Commit 03d005f9 authored by wjf's avatar wjf

l

parent c9d9ead6
This diff is collapsed.
This diff is collapsed.
import { Panel } from "../../module/views/Panel"; import { Panel } from "../../module/views/Panel";
import { PropType } from "../something/enum/PropType";
export class ToolsOutPanel extends Panel { export class ToolsOutPanel extends Panel {
get groupNames() { get groupNames() {
...@@ -14,6 +15,8 @@ export class ToolsOutPanel extends Panel { ...@@ -14,6 +15,8 @@ export class ToolsOutPanel extends Panel {
closeBtn: FYGE.Button; closeBtn: FYGE.Button;
msgTxt: FYGE.TextField; msgTxt: FYGE.TextField;
data:{type:PropType}
initUi() { initUi() {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment