BootstrapToolbar Class
Declaration
class BootstrapToolbar extends BootstrapMenu
IMPORTANT
Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.
Methods
off<K extends keyof BootstrapToolbarEventMap>(
eventName?: K,
callback?: (this: BootstrapToolbar,
args?: BootstrapToolbarEventMap[K]) => void
): this
Name |
Type |
eventName |
K |
callback |
(this: BootstrapToolbar, args?: BootstrapToolbarEventMap[K]) => void |
on<K extends keyof BootstrapToolbarEventMap>(
eventName: K,
callback: (this: BootstrapToolbar,
args?: BootstrapToolbarEventMap[K]) => void
): this
Name |
Type |
eventName |
K |
callback |
(this: BootstrapToolbar, args?: BootstrapToolbarEventMap[K]) => void |
once<K extends keyof BootstrapToolbarEventMap>(
eventName: K,
callback: (this: BootstrapToolbar,
args?: BootstrapToolbarEventMap[K]) => void
): this
Name |
Type |
eventName |
K |
callback |
(this: BootstrapToolbar, args?: BootstrapToolbarEventMap[K]) => void |