提交 574403eb 编写于 作者: RedPig97's avatar RedPig97

update:添加按钮类型

上级 101cf0c0
......@@ -12,6 +12,7 @@ export class PanelButtonModel extends PanelDetailModel {
constructor(opts: any = {}) {
super(opts);
this.uiaction = opts.uiaction;
this.buttonStyle = opts.buttonStyle;
}
/**
......@@ -23,6 +24,11 @@ export class PanelButtonModel extends PanelDetailModel {
public uiaction:any;
/**
* @description 按钮类型
* @type {string}
* @memberof PanelButtonModel
*/
public buttonStyle: string;
}
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册