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

Properties

iconClasses: string
panelName: string
title: string
bootstrapStyle: CSSResult = ...
bootstrapVarStyle: CSSResult = ...
commonStyle: CSSResult = ...
fontawesomeStyle: CSSResult = ...
resetStyle: CSSResult = ...
styles: CSSResult[] = ...

Methods

  • connectedCallback(): void
  • disconnectedCallback(): void
  • firstUpdated(): void
  • mozRequestFullScreen(): Promise<void>
  • mozRequestFullScreenWithKeys(): Promise<void>
  • msRequestFullscreen(): Promise<void>
  • render(): TemplateResult<ResultType>
  • webkitRequestFullscreen(allowKeyboardInput?: number): Promise<void>

Generated using TypeDoc