IIgrToolPanelProps
Properties
Section titled "Properties"Optional accentColor
Section titled "accentColor"accentColor?: string Optional actions
Section titled "actions"actions?: IgrToolActionCollection Optional actualAccentColor
Section titled "actualAccentColor"actualAccentColor?: string Optional actualBackgroundColor
Section titled "actualBackgroundColor"actualBackgroundColor?: string Optional actualCheckedBackgroundColor
Section titled "actualCheckedBackgroundColor"Gets the actual background color of the radio when in the checked state.
actualCheckedBackgroundColor?: string Optional actualCheckedBorderColor
Section titled "actualCheckedBorderColor"Gets the actual border color of the radio when in the checked state.
actualCheckedBorderColor?: string Optional actualDensity
Section titled "actualDensity"Gets the resolved display density to use for the toolbar.
actualDensity?: any Optional actualDisabledTextColor
Section titled "actualDisabledTextColor"actualDisabledTextColor?: string Optional actualDropdownDelay
Section titled "actualDropdownDelay"Gets the actual dropdown delay.
actualDropdownDelay?: string | number Optional actualGroupHeaderBackgroundColor
Section titled "actualGroupHeaderBackgroundColor"actualGroupHeaderBackgroundColor?: string Optional actualGroupHeaderSeparatorBackgroundColor
Section titled "actualGroupHeaderSeparatorBackgroundColor"actualGroupHeaderSeparatorBackgroundColor?: string Optional actualGroupHeaderSubtitleTextColor
Section titled "actualGroupHeaderSubtitleTextColor"actualGroupHeaderSubtitleTextColor?: string Optional actualGroupHeaderTextColor
Section titled "actualGroupHeaderTextColor"actualGroupHeaderTextColor?: string Optional actualHighlightColor
Section titled "actualHighlightColor"actualHighlightColor?: string Optional actualHighlightRadius
Section titled "actualHighlightRadius"actualHighlightRadius?: string | number Optional actualHighlightWidth
Section titled "actualHighlightWidth"actualHighlightWidth?: string | number Optional actualHoverBackgroundColor
Section titled "actualHoverBackgroundColor"actualHoverBackgroundColor?: string Optional actualIconFill
Section titled "actualIconFill"Gets the actual icon fill color.
actualIconFill?: string Optional actualIconStroke
Section titled "actualIconStroke"Gets the actual icon stroke color.
actualIconStroke?: string Optional actualMenuArrowStroke
Section titled "actualMenuArrowStroke"Gets the actual stroke color for all icon menu dropdown arrows.
actualMenuArrowStroke?: string Optional actualSeparatorBackgroundColor
Section titled "actualSeparatorBackgroundColor"actualSeparatorBackgroundColor?: string Optional actualSeparatorHorizontalPaddingBottom
Section titled "actualSeparatorHorizontalPaddingBottom"actualSeparatorHorizontalPaddingBottom?: string | number Optional actualSeparatorHorizontalPaddingLeft
Section titled "actualSeparatorHorizontalPaddingLeft"actualSeparatorHorizontalPaddingLeft?: string | number Optional actualSeparatorHorizontalPaddingRight
Section titled "actualSeparatorHorizontalPaddingRight"actualSeparatorHorizontalPaddingRight?: string | number Optional actualSeparatorHorizontalPaddingTop
Section titled "actualSeparatorHorizontalPaddingTop"actualSeparatorHorizontalPaddingTop?: string | number Optional actualSeparatorVerticalPaddingBottom
Section titled "actualSeparatorVerticalPaddingBottom"actualSeparatorVerticalPaddingBottom?: string | number Optional actualSeparatorVerticalPaddingLeft
Section titled "actualSeparatorVerticalPaddingLeft"actualSeparatorVerticalPaddingLeft?: string | number Optional actualSeparatorVerticalPaddingRight
Section titled "actualSeparatorVerticalPaddingRight"actualSeparatorVerticalPaddingRight?: string | number Optional actualSeparatorVerticalPaddingTop
Section titled "actualSeparatorVerticalPaddingTop"actualSeparatorVerticalPaddingTop?: string | number Optional actualSubmenuBackgroundColor
Section titled "actualSubmenuBackgroundColor"actualSubmenuBackgroundColor?: string Optional actualSubtitleTextColor
Section titled "actualSubtitleTextColor"actualSubtitleTextColor?: string Optional actualTextColor
Section titled "actualTextColor"actualTextColor?: string Optional actualToolTipBackgroundColor
Section titled "actualToolTipBackgroundColor"Gets the actual tooltip background color.
actualToolTipBackgroundColor?: string Optional actualToolTipCornerRadius
Section titled "actualToolTipCornerRadius"Gets the actual tooltip corner radius.
actualToolTipCornerRadius?: string | number Optional actualToolTipElevation
Section titled "actualToolTipElevation"Gets the actual shadow elevation used by the tooltip.
actualToolTipElevation?: string | number Optional actualToolTipTextColor
Section titled "actualToolTipTextColor"actualToolTipTextColor?: string Optional actualUncheckedBackgroundColor
Section titled "actualUncheckedBackgroundColor"Gets the actual background color of the radio when in the unchecked state.
actualUncheckedBackgroundColor?: string Optional actualUncheckedBorderColor
Section titled "actualUncheckedBorderColor"Gets the actual border color of the radio when in the unchecked state.
actualUncheckedBorderColor?: string Optional backgroundColor
Section titled "backgroundColor"Gets or sets the color to use for the background of the component.
backgroundColor?: string Optional baseTheme
Section titled "baseTheme"Gets or sets the base built in theme to use for the checkbox.
baseTheme?: any Optional cellTextStyle
Section titled "cellTextStyle"Gets or sets the text style for the panel.
cellTextStyle?: string Optional checkedBackgroundColor
Section titled "checkedBackgroundColor"Gets or sets the background color of the radio when in the checked state.
checkedBackgroundColor?: string Optional checkedBorderColor
Section titled "checkedBorderColor"Gets or sets the border color of the radio when in the checked state.
checkedBorderColor?: string Optional children
Section titled "children"children?: ReactNode Optional contentRefreshed
Section titled "contentRefreshed"contentRefreshed?: object Optional density
Section titled "density"Gets or sets the display density to use for the toolbar.
density?: any Optional disabledTextColor
Section titled "disabledTextColor"Gets or sets the color to use for the text in disabled tool actions.
disabledTextColor?: string Optional dropdownClickBuffer
Section titled "dropdownClickBuffer"Gets or sets the amount of time to wait when clicking on the icon menu button while the dropdown is opening. If a click was executed within this buffer window the dropdown will be left open. Otherwise it will close it. Setting a negative value will always keep the dropdown open during a hover open and will require an extra click to close.
dropdownClickBuffer?: string | number Optional dropdownDelay
Section titled "dropdownDelay"Gets or sets the dropdown delay time in milliseconds.
dropdownDelay?: string | number Optional groupHeaderBackgroundColor
Section titled "groupHeaderBackgroundColor"Gets or sets the group header background color.
groupHeaderBackgroundColor?: string Optional groupHeaderSeparatorBackgroundColor
Section titled "groupHeaderSeparatorBackgroundColor"Gets or sets the group header separator background color.
groupHeaderSeparatorBackgroundColor?: string Optional groupHeaderSubtitleTextColor
Section titled "groupHeaderSubtitleTextColor"Gets or sets the text color for group header subtitle.
groupHeaderSubtitleTextColor?: string Optional groupHeaderTextColor
Section titled "groupHeaderTextColor"Gets or sets the text color for group header tool actions.
groupHeaderTextColor?: string Optional groupHeaderTextStyle
Section titled "groupHeaderTextStyle"Gets or sets the text style.
groupHeaderTextStyle?: string Optional height
Section titled "height"height?: string Optional highlightColor
Section titled "highlightColor"highlightColor?: string Optional highlightRadius
Section titled "highlightRadius"highlightRadius?: string | number Optional highlightWidth
Section titled "highlightWidth"highlightWidth?: string | number Optional hoverBackgroundColor
Section titled "hoverBackgroundColor"Gets or sets the hover background color.
hoverBackgroundColor?: string Optional iconFill
Section titled "iconFill"Gets or sets the fill color of icons in the ToolPanel.
iconFill?: string Optional iconStroke
Section titled "iconStroke"Gets or sets the stroke color of icons in the ToolPanel.
iconStroke?: string Optional itemSpacing
Section titled "itemSpacing"Gets or sets the spacing between items
itemSpacing?: string | number Optional menuArrowStroke
Section titled "menuArrowStroke"Gets or sets the stroke color for all icon menu dropdown arrows.
menuArrowStroke?: string Optional nestedActionMode
Section titled "nestedActionMode"Gets or sets the mode used when displaying nested actions.
nestedActionMode?: string | NestedActionMode Optional onCommand
Section titled "onCommand"onCommand?: object Optional orientation
Section titled "orientation"Gets or sets the color to use for the background of the component.
orientation?: string | ToolPanelOrientation Optional rowHeight
Section titled "rowHeight"Gets or sets the row height for the panel.
rowHeight?: string | number Optional scrollbarStyle
Section titled "scrollbarStyle"Gets or sets the style of scrollbar.
scrollbarStyle?: any Optional separatorBackgroundColor
Section titled "separatorBackgroundColor"Gets or sets the separator background color.
separatorBackgroundColor?: string Optional separatorHorizontalPaddingBottom
Section titled "separatorHorizontalPaddingBottom"Gets or sets the bottom padding for separators in the horizontal orientation.
separatorHorizontalPaddingBottom?: string | number Optional separatorHorizontalPaddingLeft
Section titled "separatorHorizontalPaddingLeft"Gets or sets the left padding for separators in the horizontal orientation.
separatorHorizontalPaddingLeft?: string | number Optional separatorHorizontalPaddingRight
Section titled "separatorHorizontalPaddingRight"Gets or sets the right padding for separators in the horizontal orientation.
separatorHorizontalPaddingRight?: string | number Optional separatorHorizontalPaddingTop
Section titled "separatorHorizontalPaddingTop"Gets or sets the top padding for separators in the horizontal orientation.
separatorHorizontalPaddingTop?: string | number Optional separatorVerticalPaddingBottom
Section titled "separatorVerticalPaddingBottom"Gets or sets the bottom padding for separators in the vertical orientation.
separatorVerticalPaddingBottom?: string | number Optional separatorVerticalPaddingLeft
Section titled "separatorVerticalPaddingLeft"Gets or sets the left padding for separators in the vertical orientation.
separatorVerticalPaddingLeft?: string | number Optional separatorVerticalPaddingRight
Section titled "separatorVerticalPaddingRight"Gets or sets the right padding for separators in the vertical orientation.
separatorVerticalPaddingRight?: string | number Optional separatorVerticalPaddingTop
Section titled "separatorVerticalPaddingTop"Gets or sets the top padding for separators in the vertical orientation.
separatorVerticalPaddingTop?: string | number Optional showOnHover
Section titled "showOnHover"Gets or sets if the tool actions should display their submenus on mouse hover.
showOnHover?: string | boolean Optional showTooltipOnHover
Section titled "showTooltipOnHover"Gets or sets if the tool action icon buttons should display their tooltips on mouse hover.
showTooltipOnHover?: string | boolean Optional stopPropagation
Section titled "stopPropagation"Prevents clicks on the tool actions from bubbling.
stopPropagation?: string | boolean Optional submenuBackgroundColor
Section titled "submenuBackgroundColor"Gets or sets the background color for submenus.
submenuBackgroundColor?: string Optional subtitleTextColor
Section titled "subtitleTextColor"Gets or sets the color to use for the subtitle of the component.
subtitleTextColor?: string Optional subtitleTextStyle
Section titled "subtitleTextStyle"Gets or sets the subtitle text style for the panel.
subtitleTextStyle?: string Optional textColor
Section titled "textColor"Gets or sets the color to use for the text of the component.
textColor?: string Optional toolTipBackgroundColor
Section titled "toolTipBackgroundColor"Gets or sets the tooltip background color.
toolTipBackgroundColor?: string Optional toolTipCornerRadius
Section titled "toolTipCornerRadius"Gets or sets the tooltip corner radius.
toolTipCornerRadius?: string | number Optional toolTipElevation
Section titled "toolTipElevation"Gets or sets the shadow elevation for the tooltip.
toolTipElevation?: string | number Optional toolTipTextColor
Section titled "toolTipTextColor"Gets or sets the tooltip text color.
toolTipTextColor?: string Optional uncheckedBackgroundColor
Section titled "uncheckedBackgroundColor"Gets or sets the background color of the radio when in the unchecked state.
uncheckedBackgroundColor?: string Optional uncheckedBorderColor
Section titled "uncheckedBorderColor"Gets or sets the border color of the radio when in the unchecked state.
uncheckedBorderColor?: string Optional width
Section titled "width"width?: string