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

Constructors

Properties

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

Methods

Generated using TypeDoc