Home > SYS_Window > openUI
SYS_Window.openUI() method
打开 UI 窗口
Signature
typescript
openUI(uiName: string, args?: {
[key: string]: any;
}): Promise<void>;1
2
3
2
3
Parameters
Parameter | Type | Description |
|---|---|---|
uiName | string | UI 名称 |
args | { [key: string]: any; } | (Optional) 可选参数对象 |
Returns
Promise<void>
Remarks
非公开接口使用提醒:本接口按原样提供,不提供参数的额外文档,参数可能在任何版本出现破坏性更改并不另行通知