CKBoxViewConfig
interface
Properties
hideMaximizeButton : boolean | undefinedmodule:ckbox/ckboxconfig~CKBoxViewConfig#hideMaximizeButtonSets whether to hide the ‘Maximize’ button. By default, the button is shown and enabling this option will hide it.
openLastView : boolean | undefinedmodule:ckbox/ckboxconfig~CKBoxViewConfig#openLastViewIf it is set to
falsethe last view visited by the user will not be reopened on the next startup.startupCategoryId : string | undefinedmodule:ckbox/ckboxconfig~CKBoxViewConfig#startupCategoryIdSets the ID of the category that will be opened on startup. This option can be paired with setting
view.openLastViewtofalseto enforce CKBox to always open in a given category at startup. Ifview.startupCategoryIdis passed along with theview.startupFolderIdoption, CKBox will prioritize opening category view on the startup.startupFolderId : string | undefinedmodule:ckbox/ckboxconfig~CKBoxViewConfig#startupFolderIdSets the ID of the folder that will be opened on startup. This option can be paired with setting
view.openLastViewtofalseto enforce CKBox to always open in a given folder at startup.