Home > SYS_Window > hideStartPageQuickStartItems
SYS_Window.hideStartPageQuickStartItems() method
隐藏开始页快速启动选项
Signature
typescript
hideStartPageQuickStartItems(items: Array<ESYS_StartPageQuickStartItem>): Promise<boolean>;1
Parameters
Parameter | Type | Description |
|---|---|---|
items | Array<ESYS_StartPageQuickStartItem> | 欲隐藏的快速启动项数组 |
Returns
Promise<boolean>
是否全部隐藏成功(若存在未知项或已隐藏的项则返回 false)
Remarks
隐藏开始页快速启动模块中的指定项
注意:本接口需要使用者启用扩展的外部交互权限,如若未启用将始终 throw Error
ADD since EDA v3.2.162