Last date modified: 2025-Jul-02
Interface: IToolbarCustomControlConfig
Configuration object for defining new toolbar custom control
Extends
Properties
class
readonlyclass:string
Inherited from
disable()?
readonlyoptionaldisable: () =>void
Optional - override method to disable the toolbar control. This method gets called when a toolbar containing the control gets disabled during navigation. If the control needs to do additional sync/async taks (e.x checking on user permission) before disabling, use this to override the default behavior.
Returns
void
Inherited from
enable()?
readonlyoptionalenable: () =>void
Optional - override method to enable the toolbar control. This method gets called when a toolbar containing the control gets enabled during navigation. If the control needs to do additional sync/async taks (e.x checking on user permission) before enabling, use this to override the default behavior.
Returns
void
Inherited from
enableOnCreation?
readonlyoptionalenableOnCreation:boolean
Inherited from
IToolbarControlConfig.enableOnCreation
id
readonlyid:string
Inherited from
innerHTML
innerHTML:
HTMLElement
permissionCheck?
readonlyoptionalpermissionCheck:IPermissionCheckRequest|IPermissionCheckRequest[]
Inherited from
IToolbarControlConfig.permissionCheck
title
readonlytitle:string
Inherited from
type
readonlytype:ToolbarControlType