BootstrapToolbar Class
In This Article
#Declaration
TypeScript
class BootstrapToolbar extends BootstrapMenu
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
#Inherited Members
#Inheritance
Control
BootstrapMenu
BootstrapToolbar
#Methods
#off<K> Method
#Declaration
TypeScript
off<K extends keyof BootstrapToolbarEventMap>(
eventName?: K,
callback?: (this: BootstrapToolbar,
args?: BootstrapToolbarEventMap[K]) => void
): this
#Parameters
Name | Type |
---|---|
event |
K |
callback | (this: Bootstrap |
#Type Parameters
Name | Type |
---|---|
K | keyof |
#Returns
Type |
---|
this |
#on<K>(eventName, callback) Method
#Declaration
TypeScript
on<K extends keyof BootstrapToolbarEventMap>(
eventName: K,
callback: (this: BootstrapToolbar,
args?: BootstrapToolbarEventMap[K]) => void
): this
#Parameters
Name | Type |
---|---|
event |
K |
callback | (this: Bootstrap |
#Type Parameters
Name | Type |
---|---|
K | keyof |
#Returns
Type |
---|
this |
#once<K>(eventName, callback) Method
#Declaration
TypeScript
once<K extends keyof BootstrapToolbarEventMap>(
eventName: K,
callback: (this: BootstrapToolbar,
args?: BootstrapToolbarEventMap[K]) => void
): this
#Parameters
Name | Type |
---|---|
event |
K |
callback | (this: Bootstrap |
#Type Parameters
Name | Type |
---|---|
K | keyof |
#Returns
Type |
---|
this |