@yzw/bim-operator - v1.8.0 › Globals › "util/remote-load"
▸ remoteLoad(url
: string, hasCallback?
: any): Promise‹any›
Defined in src/util/remote-load.ts:6
远程加载脚本
Parameters:
Name | Type | Description |
---|---|---|
url |
string | 链接地址 |
hasCallback? |
any | 是否有回调 |
Returns: Promise‹any›