Represents a style to apply to a set of nodes in the treemap.
Constructors
Section titled "Constructors"IgcTreemapNodeStyleMappingComponent
new IgcTreemapNodeStyleMappingComponent(): IgcTreemapNodeStyleMappingComponent Returns IgcTreemapNodeStyleMappingComponent
Properties
Section titled "Properties"htmlTagName
Section titled "htmlTagName"htmlTagName: string fadeOpacity
Section titled "fadeOpacity"Inherited from: IgcTreemapNodeStyleComponent
fadeOpacity: number Inherited from: IgcTreemapNodeStyleComponent
fill: string headerBackground
Section titled "headerBackground"Inherited from: IgcTreemapNodeStyleComponent
headerBackground: string headerHeight
Section titled "headerHeight"Inherited from: IgcTreemapNodeStyleComponent
headerHeight: number headerHoverBackground
Section titled "headerHoverBackground"Inherited from: IgcTreemapNodeStyleComponent
headerHoverBackground: string headerHoverTextColor
Section titled "headerHoverTextColor"Inherited from: IgcTreemapNodeStyleComponent
headerHoverTextColor: string headerLabelBottomMargin
Section titled "headerLabelBottomMargin"Inherited from: IgcTreemapNodeStyleComponent
headerLabelBottomMargin: number headerLabelLeftMargin
Section titled "headerLabelLeftMargin"Inherited from: IgcTreemapNodeStyleComponent
headerLabelLeftMargin: number headerLabelRightMargin
Section titled "headerLabelRightMargin"Inherited from: IgcTreemapNodeStyleComponent
headerLabelRightMargin: number headerLabelTopMargin
Section titled "headerLabelTopMargin"Inherited from: IgcTreemapNodeStyleComponent
headerLabelTopMargin: number headerTextColor
Section titled "headerTextColor"Inherited from: IgcTreemapNodeStyleComponent
headerTextColor: string highlightingHandled
Section titled "highlightingHandled"Inherited from: IgcTreemapNodeStyleComponent
highlightingHandled: boolean label
Section titled "label"Inherited from: IgcTreemapNodeStyleComponent
label: string labelBottomMargin
Section titled "labelBottomMargin"Inherited from: IgcTreemapNodeStyleComponent
labelBottomMargin: number labelHorizontalAlignment
Section titled "labelHorizontalAlignment"Inherited from: IgcTreemapNodeStyleComponent
labelHorizontalAlignment: HorizontalAlignment labelLeftMargin
Section titled "labelLeftMargin"Inherited from: IgcTreemapNodeStyleComponent
labelLeftMargin: number labelRightMargin
Section titled "labelRightMargin"Inherited from: IgcTreemapNodeStyleComponent
labelRightMargin: number labelTopMargin
Section titled "labelTopMargin"Inherited from: IgcTreemapNodeStyleComponent
labelTopMargin: number labelVerticalAlignment
Section titled "labelVerticalAlignment"Inherited from: IgcTreemapNodeStyleComponent
labelVerticalAlignment: VerticalAlignment mappingMode
Section titled "mappingMode"mappingMode: TreemapValueMappingMode maximumValue
Section titled "maximumValue"maximumValue: number minimumValue
Section titled "minimumValue"minimumValue: number name: string opacity
Section titled "opacity"Inherited from: IgcTreemapNodeStyleComponent
opacity: number outline
Section titled "outline"Inherited from: IgcTreemapNodeStyleComponent
outline: string strokeThickness
Section titled "strokeThickness"Inherited from: IgcTreemapNodeStyleComponent
strokeThickness: number targetType
Section titled "targetType"targetType: TreemapNodeStyleMappingTargetType textColor
Section titled "textColor"Inherited from: IgcTreemapNodeStyleComponent
textColor: string value
Section titled "value"value: any Accessors
Section titled "Accessors"observedAttributes
Section titled "observedAttributes"get observedAttributes(): string[] Returns string[]
Methods
Section titled "Methods"attributeChangedCallback
Section titled "attributeChangedCallback"Inherited from: IgcTreemapNodeStyleComponent
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"Inherited from: IgcTreemapNodeStyleComponent
findByName(name: string): any Parameters
- name:
string
Returns any
_createFromInternal
Section titled "_createFromInternal"Inherited from: IgcTreemapNodeStyleComponent
_createFromInternal(internal: any): IgcTreemapNodeStyleComponent Parameters
- internal:
any
Returns IgcTreemapNodeStyleComponent
register
Section titled "register"register(): void