Represents base class for all tool actions in toolbar

IgcToolActionNumberInputComponent

new IgcToolActionNumberInputComponent(): IgcToolActionNumberInputComponent

Returns IgcToolActionNumberInputComponent

htmlTagName: string

Inherited from: IgcToolActionComponent

accentColor: string

Inherited from: IgcToolActionComponent

actualAccentColor: string

Inherited from: IgcToolActionComponent

actualBackground: string

Inherited from: IgcToolActionComponent

actualDensity: ControlDisplayDensity

Inherited from: IgcToolActionComponent

actualDisabledTextColor: string

Inherited from: IgcToolActionComponent

actualHighlightColor: string

Inherited from: IgcToolActionComponent

actualHighlightRadius: number

Inherited from: IgcToolActionComponent

actualHighlightWidth: number

Inherited from: IgcToolActionComponent

actualHoverBackground: string

Inherited from: IgcToolActionComponent

actualIconFill: string

Inherited from: IgcToolActionComponent

actualIconHeight: number

Inherited from: IgcToolActionComponent

actualIconStroke: string

Inherited from: IgcToolActionComponent

actualIconWidth: number

Inherited from: IgcToolActionComponent

actualPaddingBottom: number

Inherited from: IgcToolActionComponent

actualPaddingLeft: number

Inherited from: IgcToolActionComponent

actualPaddingRight: number

Inherited from: IgcToolActionComponent

actualPaddingTop: number

Inherited from: IgcToolActionComponent

actualSubPanelRowHeight: number

Inherited from: IgcToolActionComponent

actualSubtitleTextColor: string

Inherited from: IgcToolActionComponent

actualSubtitleTextStyle: FontInfo

Inherited from: IgcToolActionComponent

actualTextColor: string

Inherited from: IgcToolActionComponent

actualTextStyle: FontInfo

Inherited from: IgcToolActionComponent

afterId: string

Inherited from: IgcToolActionComponent

background: string

Inherited from: IgcToolActionComponent

beforeId: string

Inherited from: IgcToolActionComponent

closeOnExecute: boolean

Inherited from: IgcToolActionComponent

commandArgument: string

Inherited from: IgcToolActionComponent

commandArgumentValue: any

Inherited from: IgcToolActionComponent

commandId: string

Inherited from: IgcToolActionComponent

contextBindings: IgcToolContextBindingCollection

Inherited from: IgcToolActionComponent

density: ControlDisplayDensity

Inherited from: IgcToolActionComponent

disabledTextColor: string

Inherited from: IgcToolActionComponent

height: number

Inherited from: IgcToolActionComponent

highlightColor: string

Inherited from: IgcToolActionComponent

highlightRadius: number

Inherited from: IgcToolActionComponent

highlightWidth: number

Inherited from: IgcToolActionComponent

hoverBackground: string

Inherited from: IgcToolActionComponent

iconCollectionName: string

Inherited from: IgcToolActionComponent

iconFill: string

Inherited from: IgcToolActionComponent

iconFillColors: string[]

Inherited from: IgcToolActionComponent

iconHeight: number

Inherited from: IgcToolActionComponent

iconName: string

Inherited from: IgcToolActionComponent

iconStroke: string

Inherited from: IgcToolActionComponent

iconStrokeColors: string[]

Inherited from: IgcToolActionComponent

iconStrokeWidth: number

Inherited from: IgcToolActionComponent

iconViewBoxHeight: number

Inherited from: IgcToolActionComponent

iconViewBoxLeft: number

Inherited from: IgcToolActionComponent

iconViewBoxTop: number

Inherited from: IgcToolActionComponent

iconViewBoxWidth: number

Inherited from: IgcToolActionComponent

iconWidth: number

Inherited from: IgcToolActionComponent

isDisabled: boolean

Inherited from: IgcToolActionComponent

isHighlighted: boolean

Inherited from: IgcToolActionComponent

name: string

Inherited from: IgcToolActionComponent

onCommand: object

Inherited from: IgcToolActionComponent

overlayId: string

Inherited from: IgcToolActionComponent

paddingBottom: number

Inherited from: IgcToolActionComponent

paddingLeft: number

Inherited from: IgcToolActionComponent

paddingRight: number

Inherited from: IgcToolActionComponent

paddingTop: number

Inherited from: IgcToolActionComponent

parentId: string

Inherited from: IgcToolActionComponent

performed: object

Inherited from: IgcToolActionComponent

subPanelRowHeight: number

Inherited from: IgcToolActionComponent

subtitle: string

Inherited from: IgcToolActionComponent

subtitleTextColor: string

Inherited from: IgcToolActionComponent

subtitleTextStyle: string

Inherited from: IgcToolActionComponent

textColor: string

Inherited from: IgcToolActionComponent

textStyle: string

Inherited from: IgcToolActionComponent

title: string

Inherited from: IgcToolActionComponent

titleHorizontalAlignment: HorizontalAlignment
value: number

Inherited from: IgcToolActionComponent

visibility: Visibility

Inherited from: IgcToolActionComponent

width: number

Inherited from: IgcToolActionComponent

get actionId(): string

Returns string

Inherited from: IgcToolActionComponent

Gets the sub actions associated with this tool action.

get actions(): IgcToolActionCollection

Returns IgcToolActionCollection

Inherited from: IgcToolActionComponent

get actualActions(): IgcToolActionComponent[]

Returns IgcToolActionComponent[]

Inherited from: IgcToolActionComponent

get contentActions(): IgcToolActionComponent[]

Returns IgcToolActionComponent[]

Inherited from: IgcToolActionComponent

get isOpen(): boolean

Returns boolean

get observedAttributes(): string[]

Returns string[]

Inherited from: IgcToolActionComponent

attributeChangedCallback(name: string, oldValue: string, newValue: string): void

Parameters

  • name: string
  • oldValue: string
  • newValue: string

Returns void

Inherited from: IgcToolActionComponent

closeSubmenu(): void

Returns void

connectedCallback(): void

Returns void

disconnectedCallback(): void

Returns void

Inherited from: IgcToolActionComponent

exportSerializedVisualData(): string

Returns string

exportVisualData(): any

Returns any

Inherited from: IgcToolActionComponent

findByName(name: string): any

Parameters

  • name: string

Returns any

Inherited from: IgcToolActionComponent

openSubMenu(): void

Returns void

Inherited from: IgcToolActionComponent

_createFromInternal(internal: any): IgcToolActionComponent

Parameters

  • internal: any

Returns IgcToolActionComponent

register(): void

Returns void