IgcToolPanelComponent

new IgcToolPanelComponent(): IgcToolPanelComponent

Returns IgcToolPanelComponent

The actions actually present in the editor. Do not directly modify this array. This array's contents can be modified by using the actions property or providing child content.

actualActions: IgcToolActionComponent[]
contentActions: IgcToolActionComponent[]
htmlTagName: string
accentColor: string
actualAccentColor: string
actualBackgroundColor: string
actualCheckedBackgroundColor: string
actualCheckedBorderColor: string
actualDensity: ControlDisplayDensity
actualDisabledTextColor: string
actualDropdownDelay: number
actualGroupHeaderBackgroundColor: string

actualGroupHeaderSeparatorBackgroundColor

Section titled "actualGroupHeaderSeparatorBackgroundColor"
actualGroupHeaderSeparatorBackgroundColor: string
actualGroupHeaderSubtitleTextColor: string
actualGroupHeaderTextColor: string
actualHighlightColor: string
actualHighlightRadius: number
actualHighlightWidth: number
actualHoverBackgroundColor: string
actualIconFill: string
actualIconStroke: string
actualMenuArrowStroke: string
actualSeparatorBackgroundColor: string

actualSeparatorHorizontalPaddingBottom

Section titled "actualSeparatorHorizontalPaddingBottom"
actualSeparatorHorizontalPaddingBottom: number

actualSeparatorHorizontalPaddingLeft

Section titled "actualSeparatorHorizontalPaddingLeft"
actualSeparatorHorizontalPaddingLeft: number

actualSeparatorHorizontalPaddingRight

Section titled "actualSeparatorHorizontalPaddingRight"
actualSeparatorHorizontalPaddingRight: number

actualSeparatorHorizontalPaddingTop

Section titled "actualSeparatorHorizontalPaddingTop"
actualSeparatorHorizontalPaddingTop: number

actualSeparatorVerticalPaddingBottom

Section titled "actualSeparatorVerticalPaddingBottom"
actualSeparatorVerticalPaddingBottom: number
actualSeparatorVerticalPaddingLeft: number

actualSeparatorVerticalPaddingRight

Section titled "actualSeparatorVerticalPaddingRight"
actualSeparatorVerticalPaddingRight: number
actualSeparatorVerticalPaddingTop: number
actualSubmenuBackgroundColor: string
actualSubtitleTextColor: string
actualTextColor: string
actualToolTipBackgroundColor: string
actualToolTipCornerRadius: number
actualToolTipElevation: number
actualToolTipTextColor: string
actualUncheckedBackgroundColor: string
actualUncheckedBorderColor: string
backgroundColor: string
baseTheme: BaseControlTheme
cellTextStyle: string

checkboxListScrollbarActiveBackground

Section titled "checkboxListScrollbarActiveBackground"
checkboxListScrollbarActiveBackground: string
checkboxListScrollbarBackground: string

checkboxListScrollbarHoverBackground

Section titled "checkboxListScrollbarHoverBackground"
checkboxListScrollbarHoverBackground: string
checkedBackgroundColor: string
checkedBorderColor: string
contentRefreshed: object
density: ControlDisplayDensity
disabledTextColor: string
dropdownClickBuffer: number
dropdownDelay: number
groupHeaderBackgroundColor: string

groupHeaderSeparatorBackgroundColor

Section titled "groupHeaderSeparatorBackgroundColor"
groupHeaderSeparatorBackgroundColor: string
groupHeaderSubtitleTextColor: string
groupHeaderTextColor: string
groupHeaderTextStyle: string
height: string
highlightColor: string
highlightRadius: number
highlightWidth: number
hoverBackgroundColor: string
iconFill: string
iconStroke: string
itemSpacing: number
menuArrowStroke: string
nestedActionMode: NestedActionMode
onCommand: object
orientation: ToolPanelOrientation
rowHeight: number
scrollbarStyle: ScrollbarStyle
separatorBackgroundColor: string
separatorHorizontalPaddingBottom: number
separatorHorizontalPaddingLeft: number
separatorHorizontalPaddingRight: number
separatorHorizontalPaddingTop: number
separatorVerticalPaddingBottom: number
separatorVerticalPaddingLeft: number
separatorVerticalPaddingRight: number
separatorVerticalPaddingTop: number
showOnHover: boolean
showTooltipOnHover: boolean
stopPropagation: boolean
submenuBackgroundColor: string
subPanelRowHeight: number
subtitleTextColor: string
subtitleTextStyle: string
textColor: string
toolTipBackgroundColor: string
toolTipCornerRadius: number
toolTipElevation: number
toolTipTextColor: string
uncheckedBackgroundColor: string
uncheckedBorderColor: string
width: string

A collection of manually added actions for the editor.

get actions(): IgcToolActionCollection

Returns IgcToolActionCollection

Gets the actual row height used by the panel.

get actualRowHeight(): number

Returns number

get i(): ToolPanel

Returns ToolPanel

get isOpen(): boolean

Returns boolean

get observedAttributes(): string[]

Returns string[]

afterContentInit(): void

Returns void

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

Parameters

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

Returns void

Forces any open sub menus to close.

closeSubmenus(): void

Returns void

connectedCallback(): void

Returns void

destroy(): void

Returns void

disconnectedCallback(): void

Returns void

exportSerializedVisualData(): string

Returns string

exportVisualData(): any

Returns any

findByName(name: string): any

Parameters

  • name: string

Returns any

flushRefresh(): void

Returns void

getBoolContextItem(key: string): boolean

Parameters

  • key: string

Returns boolean

getBrushCollectionContextItem(key: string): string[]

Parameters

  • key: string

Returns string[]

getBrushContextItem(key: string): string

Parameters

  • key: string

Returns string

getColorContextItem(key: string): string

Parameters

  • key: string

Returns string

getDataContextItem(key: string): any

Parameters

  • key: string

Returns any

getDesiredSize(): IgSize

Returns IgSize

getDoubleContextItem(key: string): number

Parameters

  • key: string

Returns number

getIntContextItem(key: string): number

Parameters

  • key: string

Returns number

getStringContextItem(key: string): string

Parameters

  • key: string

Returns string

refresh(): void

Returns void

setBoolContextItem(key: string, value: boolean): void

Parameters

  • key: string
  • value: boolean

Returns void

setBrushCollectionContextItem(key: string, value: string[]): void

Parameters

  • key: string
  • value: string[]

Returns void

setBrushContextItem(key: string, value: string): void

Parameters

  • key: string
  • value: string

Returns void

setColorContextItem(key: string, value: string): void

Parameters

  • key: string
  • value: string

Returns void

setDataContextItem(key: string, value: any): void

Parameters

  • key: string
  • value: any

Returns void

setDoubleContextItem(key: string, value: number): void

Parameters

  • key: string
  • value: number

Returns void

setIntContextItem(key: string, value: number): void

Parameters

  • key: string
  • value: number

Returns void

setStringContextItem(key: string, value: string): void

Parameters

  • key: string
  • value: string

Returns void

updateStyle(): void

Returns void

register(): void

Returns void