Properties
i18nLanguageChangedCallback_
i18nLanguageChangedCallback_: () => void
Static bootstrapStyle
bootstrapStyle: CSSResult = ...
Static bootstrapVarStyle
bootstrapVarStyle: CSSResult = ...
Static commonStyle
commonStyle: CSSResult = ...
Static fontawesomeStyle
fontawesomeStyle: CSSResult = ...
Static resetStyle
resetStyle: CSSResult = ...
Static styles
styles: CSSResult[] = ...
Base element of the application tools icon.
Example:
export class MyToolButtonElement extends gmfapi.elements.ToolButtonElement { constructor() { super(panelName); }
}