Represents base class for all tool actions in toolbar

IgrToolActionIconMenu

new IgrToolActionIconMenu(props: P): IgrToolActionIconMenu

Returns IgrToolActionIconMenu

Inherited from: IgrToolActionIconButton

accentColor: string

Inherited from: IgrToolActionIconButton

actualAccentColor: string
actualArrowStroke: string

Inherited from: IgrToolActionIconButton

actualBackground: string

Inherited from: IgrToolActionIconButton

actualContentPaddingBottom: number

Inherited from: IgrToolActionIconButton

actualContentPaddingLeft: number

Inherited from: IgrToolActionIconButton

actualContentPaddingRight: number

Inherited from: IgrToolActionIconButton

actualContentPaddingTop: number

Inherited from: IgrToolActionIconButton

actualDensity: ControlDisplayDensity

Inherited from: IgrToolActionIconButton

actualDisabledTextColor: string

Inherited from: IgrToolActionIconButton

actualHighlightColor: string

Inherited from: IgrToolActionIconButton

actualHighlightRadius: number

Inherited from: IgrToolActionIconButton

actualHighlightWidth: number

Inherited from: IgrToolActionIconButton

actualHoverBackground: string

Inherited from: IgrToolActionIconButton

actualIconFill: string

Inherited from: IgrToolActionIconButton

actualIconHeight: number

Inherited from: IgrToolActionIconButton

actualIconStroke: string

Inherited from: IgrToolActionIconButton

actualIconWidth: number

Inherited from: IgrToolActionIconButton

actualPaddingBottom: number

Inherited from: IgrToolActionIconButton

actualPaddingLeft: number

Inherited from: IgrToolActionIconButton

actualPaddingRight: number

Inherited from: IgrToolActionIconButton

actualPaddingTop: number

Inherited from: IgrToolActionIconButton

actualSubtitleTextColor: string

Inherited from: IgrToolActionIconButton

actualSubtitleTextStyle: FontInfo

Inherited from: IgrToolActionIconButton

actualTextColor: string

Inherited from: IgrToolActionIconButton

actualTextStyle: FontInfo

Inherited from: IgrToolActionIconButton

actualTooltipDelay: number

Inherited from: IgrToolActionIconButton

afterId: string
arrowStroke: string

Inherited from: IgrToolActionIconButton

background: string

Inherited from: IgrToolActionIconButton

beforeId: string

Inherited from: IgrToolActionIconButton

closeOnExecute: boolean

Inherited from: IgrToolActionIconButton

commandArgument: string

Inherited from: IgrToolActionIconButton

commandArgumentValue: any

Inherited from: IgrToolActionIconButton

commandId: string

Inherited from: IgrToolActionIconButton

contentPaddingBottom: number

Inherited from: IgrToolActionIconButton

contentPaddingLeft: number

Inherited from: IgrToolActionIconButton

contentPaddingRight: number

Inherited from: IgrToolActionIconButton

contentPaddingTop: number

Inherited from: IgrToolActionIconButton

contextBindings: IgrToolContextBindingCollection

Inherited from: IgrToolActionIconButton

density: ControlDisplayDensity

Inherited from: IgrToolActionIconButton

disabledTextColor: string

Inherited from: IgrToolActionIconButton

height: number

Inherited from: IgrToolActionIconButton

highlightColor: string

Inherited from: IgrToolActionIconButton

highlightRadius: number

Inherited from: IgrToolActionIconButton

highlightWidth: number

Inherited from: IgrToolActionIconButton

hoverBackground: string

Inherited from: IgrToolActionIconButton

iconCollectionName: string

Inherited from: IgrToolActionIconButton

iconFill: string

Inherited from: IgrToolActionIconButton

iconFillColors: string[]

Inherited from: IgrToolActionIconButton

iconHeight: number

Inherited from: IgrToolActionIconButton

iconName: string

Inherited from: IgrToolActionIconButton

iconStroke: string

Inherited from: IgrToolActionIconButton

iconStrokeColors: string[]

Inherited from: IgrToolActionIconButton

iconStrokeWidth: number

Inherited from: IgrToolActionIconButton

iconViewBoxHeight: number

Inherited from: IgrToolActionIconButton

iconViewBoxLeft: number

Inherited from: IgrToolActionIconButton

iconViewBoxTop: number

Inherited from: IgrToolActionIconButton

iconViewBoxWidth: number

Inherited from: IgrToolActionIconButton

iconWidth: number

Inherited from: IgrToolActionIconButton

isDisabled: boolean

Inherited from: IgrToolActionIconButton

isHighlighted: boolean

Inherited from: IgrToolActionIconButton

name: string

Inherited from: IgrToolActionIconButton

onCommand: object

Inherited from: IgrToolActionIconButton

overlayId: string

Inherited from: IgrToolActionIconButton

paddingBottom: number

Inherited from: IgrToolActionIconButton

paddingLeft: number

Inherited from: IgrToolActionIconButton

paddingRight: number

Inherited from: IgrToolActionIconButton

paddingTop: number

Inherited from: IgrToolActionIconButton

parentId: string

Inherited from: IgrToolActionIconButton

performed: object

Inherited from: IgrToolActionIconButton

popupOpening: object
showArrowIcon: boolean

Inherited from: IgrToolActionIconButton

subPanelRowHeight: number

Inherited from: IgrToolActionIconButton

subtitle: string

Inherited from: IgrToolActionIconButton

subtitleTextColor: string

Inherited from: IgrToolActionIconButton

subtitleTextStyle: string

Inherited from: IgrToolActionIconButton

textColor: string

Inherited from: IgrToolActionIconButton

textStyle: string

Inherited from: IgrToolActionIconButton

title: string

Inherited from: IgrToolActionIconButton

titleHorizontalAlignment: HorizontalAlignment

Inherited from: IgrToolActionIconButton

tooltipDelay: number

Inherited from: IgrToolActionIconButton

visibility: Visibility

Inherited from: IgrToolActionIconButton

width: number

Inherited from: IgrToolActionIconButton

get actionId(): string

Returns string

Inherited from: IgrToolActionIconButton

Gets the sub actions associated with this tool action.

get actions(): IgrToolActionCollection

Returns IgrToolActionCollection

Inherited from: IgrToolActionIconButton

Inherited from: IgrToolActionIconButton

Inherited from: IgrToolActionIconButton

get isOpen(): boolean

Returns boolean

Inherited from: IgrToolActionIconButton

get nativeElement(): HTMLElement

Returns HTMLElement

Inherited from: IgrToolActionIconButton

closeSubmenu(): void

Returns void

Inherited from: IgrToolActionIconButton

componentDidMount(): void

Returns void

Inherited from: IgrToolActionIconButton

exportSerializedVisualData(): string

Returns string

exportVisualData(): any

Returns any

Inherited from: IgrToolActionIconButton

findByName(name: string): any

Parameters

  • name: string

Returns any

Inherited from: IgrToolActionIconButton

openSubMenu(): void

Returns void

Inherited from: IgrToolActionIconButton

render(): DetailedReactHTMLElement<object, HTMLElement>

Returns DetailedReactHTMLElement<object, HTMLElement>

Inherited from: IgrToolActionIconButton

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

Parameters

  • nextProps: any
  • nextState: any

Returns boolean

Inherited from: IgrToolActionIconButton

_createFromInternal(internal: any): IgrToolAction

Parameters

  • internal: any

Returns IgrToolAction