Represents base class for all tool actions in toolbar
Constructors
Section titled "Constructors"IgrToolActionGroupHeader
new IgrToolActionGroupHeader(props: IIgrToolActionGroupHeaderProps): IgrToolActionGroupHeader Returns IgrToolActionGroupHeader
Properties
Section titled "Properties"accentColor
Section titled "accentColor"Inherited from: IgrToolAction
accentColor: string actualAccentColor
Section titled "actualAccentColor"Inherited from: IgrToolAction
actualAccentColor: string actualBackground
Section titled "actualBackground"Inherited from: IgrToolAction
actualBackground: string actualBackIconColor
Section titled "actualBackIconColor"actualBackIconColor: string actualDensity
Section titled "actualDensity"Inherited from: IgrToolAction
actualDensity: ControlDisplayDensity actualDisabledTextColor
Section titled "actualDisabledTextColor"Inherited from: IgrToolAction
actualDisabledTextColor: string actualHighlightColor
Section titled "actualHighlightColor"Inherited from: IgrToolAction
actualHighlightColor: string actualHighlightRadius
Section titled "actualHighlightRadius"Inherited from: IgrToolAction
actualHighlightRadius: number actualHighlightWidth
Section titled "actualHighlightWidth"Inherited from: IgrToolAction
actualHighlightWidth: number actualHoverBackground
Section titled "actualHoverBackground"Inherited from: IgrToolAction
actualHoverBackground: string actualIconFill
Section titled "actualIconFill"Inherited from: IgrToolAction
actualIconFill: string actualIconHeight
Section titled "actualIconHeight"Inherited from: IgrToolAction
actualIconHeight: number actualIconStroke
Section titled "actualIconStroke"Inherited from: IgrToolAction
actualIconStroke: string actualIconWidth
Section titled "actualIconWidth"Inherited from: IgrToolAction
actualIconWidth: number actualPaddingBottom
Section titled "actualPaddingBottom"Inherited from: IgrToolAction
actualPaddingBottom: number actualPaddingLeft
Section titled "actualPaddingLeft"Inherited from: IgrToolAction
actualPaddingLeft: number actualPaddingRight
Section titled "actualPaddingRight"Inherited from: IgrToolAction
actualPaddingRight: number actualPaddingTop
Section titled "actualPaddingTop"Inherited from: IgrToolAction
actualPaddingTop: number actualSubtitleTextColor
Section titled "actualSubtitleTextColor"Inherited from: IgrToolAction
actualSubtitleTextColor: string actualSubtitleTextStyle
Section titled "actualSubtitleTextStyle"Inherited from: IgrToolAction
actualSubtitleTextStyle: FontInfo actualTextColor
Section titled "actualTextColor"Inherited from: IgrToolAction
actualTextColor: string actualTextStyle
Section titled "actualTextStyle"Inherited from: IgrToolAction
actualTextStyle: FontInfo afterId
Section titled "afterId"Inherited from: IgrToolAction
afterId: string background
Section titled "background"Inherited from: IgrToolAction
background: string backIconColor
Section titled "backIconColor"backIconColor: string beforeId
Section titled "beforeId"Inherited from: IgrToolAction
beforeId: string closeOnExecute
Section titled "closeOnExecute"Inherited from: IgrToolAction
closeOnExecute: boolean commandArgument
Section titled "commandArgument"Inherited from: IgrToolAction
commandArgument: string commandArgumentValue
Section titled "commandArgumentValue"Inherited from: IgrToolAction
commandArgumentValue: any commandId
Section titled "commandId"Inherited from: IgrToolAction
commandId: string contextBindings
Section titled "contextBindings"Inherited from: IgrToolAction
contextBindings: IgrToolContextBindingCollection density
Section titled "density"Inherited from: IgrToolAction
density: ControlDisplayDensity disabledTextColor
Section titled "disabledTextColor"Inherited from: IgrToolAction
disabledTextColor: string height
Section titled "height"Inherited from: IgrToolAction
height: number highlightColor
Section titled "highlightColor"Inherited from: IgrToolAction
highlightColor: string highlightRadius
Section titled "highlightRadius"Inherited from: IgrToolAction
highlightRadius: number highlightWidth
Section titled "highlightWidth"Inherited from: IgrToolAction
highlightWidth: number hoverBackground
Section titled "hoverBackground"Inherited from: IgrToolAction
hoverBackground: string iconCollectionName
Section titled "iconCollectionName"Inherited from: IgrToolAction
iconCollectionName: string iconFill
Section titled "iconFill"Inherited from: IgrToolAction
iconFill: string iconFillColors
Section titled "iconFillColors"Inherited from: IgrToolAction
iconFillColors: string[] iconHeight
Section titled "iconHeight"Inherited from: IgrToolAction
iconHeight: number iconName
Section titled "iconName"Inherited from: IgrToolAction
iconName: string iconStroke
Section titled "iconStroke"Inherited from: IgrToolAction
iconStroke: string iconStrokeColors
Section titled "iconStrokeColors"Inherited from: IgrToolAction
iconStrokeColors: string[] iconStrokeWidth
Section titled "iconStrokeWidth"Inherited from: IgrToolAction
iconStrokeWidth: number iconViewBoxHeight
Section titled "iconViewBoxHeight"Inherited from: IgrToolAction
iconViewBoxHeight: number iconViewBoxLeft
Section titled "iconViewBoxLeft"Inherited from: IgrToolAction
iconViewBoxLeft: number iconViewBoxTop
Section titled "iconViewBoxTop"Inherited from: IgrToolAction
iconViewBoxTop: number iconViewBoxWidth
Section titled "iconViewBoxWidth"Inherited from: IgrToolAction
iconViewBoxWidth: number iconWidth
Section titled "iconWidth"Inherited from: IgrToolAction
iconWidth: number isDisabled
Section titled "isDisabled"Inherited from: IgrToolAction
isDisabled: boolean isHighlighted
Section titled "isHighlighted"Inherited from: IgrToolAction
isHighlighted: boolean Inherited from: IgrToolAction
name: string onCommand
Section titled "onCommand"Inherited from: IgrToolAction
onCommand: object overlayId
Section titled "overlayId"Inherited from: IgrToolAction
overlayId: string paddingBottom
Section titled "paddingBottom"Inherited from: IgrToolAction
paddingBottom: number paddingLeft
Section titled "paddingLeft"Inherited from: IgrToolAction
paddingLeft: number paddingRight
Section titled "paddingRight"Inherited from: IgrToolAction
paddingRight: number paddingTop
Section titled "paddingTop"Inherited from: IgrToolAction
paddingTop: number parentId
Section titled "parentId"Inherited from: IgrToolAction
parentId: string performed
Section titled "performed"Inherited from: IgrToolAction
performed: object subPanelRowHeight
Section titled "subPanelRowHeight"Inherited from: IgrToolAction
subPanelRowHeight: number subtitle
Section titled "subtitle"Inherited from: IgrToolAction
subtitle: string subtitleTextColor
Section titled "subtitleTextColor"Inherited from: IgrToolAction
subtitleTextColor: string subtitleTextStyle
Section titled "subtitleTextStyle"Inherited from: IgrToolAction
subtitleTextStyle: string textColor
Section titled "textColor"Inherited from: IgrToolAction
textColor: string textStyle
Section titled "textStyle"Inherited from: IgrToolAction
textStyle: string title
Section titled "title"Inherited from: IgrToolAction
title: string titleHorizontalAlignment
Section titled "titleHorizontalAlignment"Inherited from: IgrToolAction
titleHorizontalAlignment: HorizontalAlignment visibility
Section titled "visibility"Inherited from: IgrToolAction
visibility: Visibility width
Section titled "width"Inherited from: IgrToolAction
width: number Accessors
Section titled "Accessors"actionId
Section titled "actionId"Inherited from: IgrToolAction
get actionId(): string Returns string
actions
Section titled "actions"Inherited from: IgrToolAction
Gets the sub actions associated with this tool action.
get actions(): IgrToolActionCollection Returns IgrToolActionCollection
actualActions
Section titled "actualActions"Inherited from: IgrToolAction
get actualActions(): IgrToolAction<IIgrToolActionProps>[] Returns IgrToolAction<IIgrToolActionProps>[]
contentActions
Section titled "contentActions"Inherited from: IgrToolAction
get contentActions(): IgrToolAction<IIgrToolActionProps>[] Returns IgrToolAction<IIgrToolActionProps>[]
isOpen
Section titled "isOpen"Inherited from: IgrToolAction
get isOpen(): boolean Returns boolean
nativeElement
Section titled "nativeElement"Inherited from: IgrToolAction
get nativeElement(): HTMLElement Returns HTMLElement
Methods
Section titled "Methods"closeSubmenu
Section titled "closeSubmenu"Inherited from: IgrToolAction
closeSubmenu(): void Returns void
componentDidMount
Section titled "componentDidMount"Inherited from: IgrToolAction
componentDidMount(): void Returns void
exportSerializedVisualData
Section titled "exportSerializedVisualData"Inherited from: IgrToolAction
exportSerializedVisualData(): string Returns string
exportVisualData
Section titled "exportVisualData"exportVisualData(): any Returns any
findByName
Section titled "findByName"Inherited from: IgrToolAction
findByName(name: string): any Parameters
- name:
string
Returns any
openSubMenu
Section titled "openSubMenu"Inherited from: IgrToolAction
openSubMenu(): void Returns void
render
Section titled "render"Inherited from: IgrToolAction
render(): DetailedReactHTMLElement<object, HTMLElement> Returns DetailedReactHTMLElement<object, HTMLElement>
shouldComponentUpdate
Section titled "shouldComponentUpdate"Inherited from: IgrToolAction
shouldComponentUpdate(nextProps: any, nextState: any): boolean Parameters
- nextProps:
any - nextState:
any
Returns boolean
_createFromInternal
Section titled "_createFromInternal"Inherited from: IgrToolAction
_createFromInternal(internal: any): IgrToolAction Parameters
- internal:
any