Home > SYS_Window > hideStartPageQuickStartItems
SYS_Window.hideStartPageQuickStartItems() method
Hide start page quick start items
Signature
typescript
function hideStartPageQuickStartItems(items: Array<ESYS_StartPageQuickStartItem>): Promise<boolean>;1
Parameters
Parameter | Type | Description |
|---|---|---|
items | Array<ESYS_StartPageQuickStartItem> | Array of quick start items to hide |
Returns
Promise<boolean>
Whether all items were hidden successfully (false is returned if unknown items or already-hidden items exist)
Remarks
Hide the specified items in the quick start module of the start page
Note 1: This API requires the user to enable the extension external interaction permission, if not enabled, it will always throw Error
Note 2: This API is dedicated to the private deployment edition. Calling it in other editions will always throw Error ADD since EDA v3.2.162