Represents a scale that is used determine an object's size.
Constructors
Section titled "Constructors"IgcSizeScaleComponent
new IgcSizeScaleComponent(): IgcSizeScaleComponent Returns IgcSizeScaleComponent
Properties
Section titled "Properties"htmlTagName
Section titled "htmlTagName"htmlTagName: string globalMaximum
Section titled "globalMaximum"globalMaximum: number globalMinimum
Section titled "globalMinimum"globalMinimum: number isLogarithmic
Section titled "isLogarithmic"isLogarithmic: boolean logarithmBase
Section titled "logarithmBase"logarithmBase: number maximumValue
Section titled "maximumValue"maximumValue: number minimumValue
Section titled "minimumValue"minimumValue: number propertyUpdated
Section titled "propertyUpdated"propertyUpdated: object 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
getCurrentGlobalMaximum
Section titled "getCurrentGlobalMaximum"getCurrentGlobalMaximum(): number Returns number
getCurrentGlobalMinimum
Section titled "getCurrentGlobalMinimum"getCurrentGlobalMinimum(): number Returns number
_createFromInternal
Section titled "_createFromInternal"_createFromInternal(internal: any): IgcSizeScaleComponent Parameters
- internal:
any
Returns IgcSizeScaleComponent
register
Section titled "register"register(): void