Represents base class for all tool actions in toolbar

IgrToolActionGroupHeader

new IgrToolActionGroupHeader(props: IIgrToolActionGroupHeaderProps): IgrToolActionGroupHeader

Returns IgrToolActionGroupHeader

Inherited from: IgrToolAction

accentColor: string

Inherited from: IgrToolAction

actualAccentColor: string

Inherited from: IgrToolAction

actualBackground: string
actualBackIconColor: string

Inherited from: IgrToolAction

actualDensity: ControlDisplayDensity

Inherited from: IgrToolAction

actualDisabledTextColor: string

Inherited from: IgrToolAction

actualHighlightColor: string

Inherited from: IgrToolAction

actualHighlightRadius: number

Inherited from: IgrToolAction

actualHighlightWidth: number

Inherited from: IgrToolAction

actualHoverBackground: string

Inherited from: IgrToolAction

actualIconFill: string

Inherited from: IgrToolAction

actualIconHeight: number

Inherited from: IgrToolAction

actualIconStroke: string

Inherited from: IgrToolAction

actualIconWidth: number

Inherited from: IgrToolAction

actualPaddingBottom: number

Inherited from: IgrToolAction

actualPaddingLeft: number

Inherited from: IgrToolAction

actualPaddingRight: number

Inherited from: IgrToolAction

actualPaddingTop: number

Inherited from: IgrToolAction

actualSubtitleTextColor: string

Inherited from: IgrToolAction

actualSubtitleTextStyle: FontInfo

Inherited from: IgrToolAction

actualTextColor: string

Inherited from: IgrToolAction

actualTextStyle: FontInfo

Inherited from: IgrToolAction

afterId: string

Inherited from: IgrToolAction

background: string
backIconColor: string

Inherited from: IgrToolAction

beforeId: string

Inherited from: IgrToolAction

closeOnExecute: boolean

Inherited from: IgrToolAction

commandArgument: string

Inherited from: IgrToolAction

commandArgumentValue: any

Inherited from: IgrToolAction

commandId: string

Inherited from: IgrToolAction

contextBindings: IgrToolContextBindingCollection

Inherited from: IgrToolAction

density: ControlDisplayDensity

Inherited from: IgrToolAction

disabledTextColor: string

Inherited from: IgrToolAction

height: number

Inherited from: IgrToolAction

highlightColor: string

Inherited from: IgrToolAction

highlightRadius: number

Inherited from: IgrToolAction

highlightWidth: number

Inherited from: IgrToolAction

hoverBackground: string

Inherited from: IgrToolAction

iconCollectionName: string

Inherited from: IgrToolAction

iconFill: string

Inherited from: IgrToolAction

iconFillColors: string[]

Inherited from: IgrToolAction

iconHeight: number

Inherited from: IgrToolAction

iconName: string

Inherited from: IgrToolAction

iconStroke: string

Inherited from: IgrToolAction

iconStrokeColors: string[]

Inherited from: IgrToolAction

iconStrokeWidth: number

Inherited from: IgrToolAction

iconViewBoxHeight: number

Inherited from: IgrToolAction

iconViewBoxLeft: number

Inherited from: IgrToolAction

iconViewBoxTop: number

Inherited from: IgrToolAction

iconViewBoxWidth: number

Inherited from: IgrToolAction

iconWidth: number

Inherited from: IgrToolAction

isDisabled: boolean

Inherited from: IgrToolAction

isHighlighted: boolean

Inherited from: IgrToolAction

name: string

Inherited from: IgrToolAction

onCommand: object

Inherited from: IgrToolAction

overlayId: string

Inherited from: IgrToolAction

paddingBottom: number

Inherited from: IgrToolAction

paddingLeft: number

Inherited from: IgrToolAction

paddingRight: number

Inherited from: IgrToolAction

paddingTop: number

Inherited from: IgrToolAction

parentId: string

Inherited from: IgrToolAction

performed: object

Inherited from: IgrToolAction

subPanelRowHeight: number

Inherited from: IgrToolAction

subtitle: string

Inherited from: IgrToolAction

subtitleTextColor: string

Inherited from: IgrToolAction

subtitleTextStyle: string

Inherited from: IgrToolAction

textColor: string

Inherited from: IgrToolAction

textStyle: string

Inherited from: IgrToolAction

title: string

Inherited from: IgrToolAction

titleHorizontalAlignment: HorizontalAlignment

Inherited from: IgrToolAction

visibility: Visibility

Inherited from: IgrToolAction

width: number

Inherited from: IgrToolAction

get actionId(): string

Returns string

Inherited from: IgrToolAction

Gets the sub actions associated with this tool action.

get actions(): IgrToolActionCollection

Returns IgrToolActionCollection

Inherited from: IgrToolAction

Inherited from: IgrToolAction

Inherited from: IgrToolAction

get isOpen(): boolean

Returns boolean

Inherited from: IgrToolAction

get nativeElement(): HTMLElement

Returns HTMLElement

Inherited from: IgrToolAction

closeSubmenu(): void

Returns void

Inherited from: IgrToolAction

componentDidMount(): void

Returns void

Inherited from: IgrToolAction

exportSerializedVisualData(): string

Returns string

exportVisualData(): any

Returns any

Inherited from: IgrToolAction

findByName(name: string): any

Parameters

  • name: string

Returns any

Inherited from: IgrToolAction

openSubMenu(): void

Returns void

Inherited from: IgrToolAction

render(): DetailedReactHTMLElement<object, HTMLElement>

Returns DetailedReactHTMLElement<object, HTMLElement>

Inherited from: IgrToolAction

shouldComponentUpdate(nextProps: any, nextState: any): boolean

Parameters

  • nextProps: any
  • nextState: any

Returns boolean

Inherited from: IgrToolAction

_createFromInternal(internal: any): IgrToolAction

Parameters

  • internal: any

Returns IgrToolAction