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