Control
Parent control
Constructor
Control(config: ControlConfig = {})
Control(config: ControlConfig = {})Methods
addTo(target: HTMLElement): void
addTo(target: HTMLElement): voidAppends the control to the DOM as a child of the given target.
prependTo(target: HTMLElement): void
prependTo(target: HTMLElement): voidPrepends the control to the DOM as a child of the given target.
remove(): void
remove(): voidRemoves the control from the DOM.
setConfig(config: ControlConfig): void
setConfig(config: ControlConfig): voidUpdates the control config.
Last updated