Represents a style to apply to a treemap node.
Constructors
Section titled "Constructors"IgcTreemapNodeStyleComponent
new IgcTreemapNodeStyleComponent(): IgcTreemapNodeStyleComponent Returns IgcTreemapNodeStyleComponent
Properties
Section titled "Properties"htmlTagName
Section titled "htmlTagName"htmlTagName: string fadeOpacity
Section titled "fadeOpacity"fadeOpacity: number fill: string headerBackground
Section titled "headerBackground"headerBackground: string headerHeight
Section titled "headerHeight"headerHeight: number headerHoverBackground
Section titled "headerHoverBackground"headerHoverBackground: string headerHoverTextColor
Section titled "headerHoverTextColor"headerHoverTextColor: string headerLabelBottomMargin
Section titled "headerLabelBottomMargin"headerLabelBottomMargin: number headerLabelLeftMargin
Section titled "headerLabelLeftMargin"headerLabelLeftMargin: number headerLabelRightMargin
Section titled "headerLabelRightMargin"headerLabelRightMargin: number headerLabelTopMargin
Section titled "headerLabelTopMargin"headerLabelTopMargin: number headerTextColor
Section titled "headerTextColor"headerTextColor: string highlightingHandled
Section titled "highlightingHandled"highlightingHandled: boolean label
Section titled "label"label: string labelBottomMargin
Section titled "labelBottomMargin"labelBottomMargin: number labelHorizontalAlignment
Section titled "labelHorizontalAlignment"labelHorizontalAlignment: HorizontalAlignment labelLeftMargin
Section titled "labelLeftMargin"labelLeftMargin: number labelRightMargin
Section titled "labelRightMargin"labelRightMargin: number labelTopMargin
Section titled "labelTopMargin"labelTopMargin: number labelVerticalAlignment
Section titled "labelVerticalAlignment"labelVerticalAlignment: VerticalAlignment opacity
Section titled "opacity"opacity: number outline
Section titled "outline"outline: string strokeThickness
Section titled "strokeThickness"strokeThickness: number textColor
Section titled "textColor"textColor: string Accessors
Section titled "Accessors"observedAttributes
Section titled "observedAttributes"get observedAttributes(): string[] Returns string[]
Methods
Section titled "Methods"attributeChangedCallback
Section titled "attributeChangedCallback"attributeChangedCallback(name: string, oldValue: string, newValue: string): void Parameters
- name:
string - oldValue:
string - newValue:
string
Returns void
connectedCallback
Section titled "connectedCallback"connectedCallback(): void Returns void
disconnectedCallback
Section titled "disconnectedCallback"disconnectedCallback(): void Returns void
findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string
Returns any
_createFromInternal
Section titled "_createFromInternal"_createFromInternal(internal: any): IgcTreemapNodeStyleComponent Parameters
- internal:
any
Returns IgcTreemapNodeStyleComponent
register
Section titled "register"register(): void