Options
All
  • Public
  • Public/Protected
  • All
Menu

Default implementation of the application tools icon.

Example with an icon classes:

   <gmf-tool-button slot="tool-button" iconClasses="fa fa-print" panelName="my-panel"></gmf-tool-button>

Example with a slot:

   <gmf-tool-button slot="tool-button" panelName="my-panel">
<span>
<i class="fa fa-mouse-pointer"></i>
</span>
</gmf-tool-button>

Hierarchy

Index

Constructors

constructor

Properties

iconClasses

iconClasses: string

panelName

panelName: string

title

title: string

Static bootstrapStyle

bootstrapStyle: CSSResult = ...

Static bootstrapVarStyle

bootstrapVarStyle: CSSResult = ...

Static commonStyle

commonStyle: CSSResult = ...

Static fontawesomeStyle

fontawesomeStyle: CSSResult = ...

Static resetStyle

resetStyle: CSSResult = ...

Static styles

styles: CSSResult[] = ...

Methods

connectedCallback

  • connectedCallback(): void

disconnectedCallback

  • disconnectedCallback(): void

firstUpdated

  • firstUpdated(): void

mozRequestFullScreen

  • mozRequestFullScreen(): Promise<void>

mozRequestFullScreenWithKeys

  • mozRequestFullScreenWithKeys(): Promise<void>

msRequestFullscreen

  • msRequestFullscreen(): Promise<void>

render

  • render(): TemplateResult<ResultType>

webkitRequestFullscreen

  • webkitRequestFullscreen(allowKeyboardInput?: number): Promise<void>

Generated using TypeDoc