Constructors
constructor
- new CommandBarTooltip(parentElement): CommandBarTooltip
Parameters
parentElement: HTMLElement
Methods
attach
- attach(editor): void
Returns void
destroy
- destroy(): void
Returns void
detach
- detach(): void
Returns void
getAlwaysShow
- getAlwaysShow(): boolean
Returns boolean
isShown
- isShown(): boolean
Returns boolean
registerCommand
- registerCommand(id, command): void
Returns void
setAlwaysShow
- setAlwaysShow(alwaysShow): void
Returns void
update
- update(): void
Returns void
updatePosition
- updatePosition(): void
Returns void