Home > SYS_Window > open
SYS_Window.open() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
打开资源窗口
Signature
typescript
open(url: string, target?: ESYS_WindowOpenTarget): void;
1
Parameters
Parameter | Type | Description |
---|---|---|
url | string | 欲加载资源的 URL 或路径 |
target | (Optional) 上下文目标 |
Returns
void