Constructors
Section titled "Constructors"IgcColorEditorComponent
new IgcColorEditorComponent(): IgcColorEditorComponent Returns IgcColorEditorComponent
Properties
Section titled "Properties"htmlTagName
Section titled "htmlTagName"htmlTagName: string allowTextInput
Section titled "allowTextInput"allowTextInput: boolean baseTheme
Section titled "baseTheme"baseTheme: BaseControlTheme density
Section titled "density"density: ControlDisplayDensity gotFocus
Section titled "gotFocus"gotFocus: object iconColor
Section titled "iconColor"iconColor: string isDisabled
Section titled "isDisabled"isDisabled: boolean isFixed
Section titled "isFixed"isFixed: boolean label
Section titled "label"label: string labelTextColor
Section titled "labelTextColor"labelTextColor: string labelTextStyle
Section titled "labelTextStyle"labelTextStyle: string lostFocus
Section titled "lostFocus"lostFocus: object openAsChild
Section titled "openAsChild"openAsChild: boolean openOnFocus
Section titled "openOnFocus"openOnFocus: boolean showClearButton
Section titled "showClearButton"showClearButton: boolean textColor
Section titled "textColor"textColor: string textStyle
Section titled "textStyle"textStyle: string useTopLayer
Section titled "useTopLayer"useTopLayer: boolean value
Section titled "value"value: string valueChanged
Section titled "valueChanged"valueChanged: object valueChanging
Section titled "valueChanging"valueChanging: object Accessors
Section titled "Accessors"observedAttributes
Section titled "observedAttributes"get observedAttributes(): string[] Returns string[]
Methods
Section titled "Methods"afterContentInit
Section titled "afterContentInit"afterContentInit(): void Returns void
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
destroy
Section titled "destroy"destroy(): void Returns void
disconnectedCallback
Section titled "disconnectedCallback"disconnectedCallback(): void Returns void
exportSerializedVisualModel
Section titled "exportSerializedVisualModel"Returns a serialized copy of the exported visual model
exportSerializedVisualModel(): string Returns string
exportVisualModel
Section titled "exportVisualModel"Exports visual information about the current state of the color editor.
exportVisualModel(): any Returns any
findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string
Returns any
select
Section titled "select"select(): void Returns void
updateStyle
Section titled "updateStyle"updateStyle(): void Returns void
_createFromInternal
Section titled "_createFromInternal"_createFromInternal(internal: any): IgcColorEditorComponent Parameters
- internal:
any
Returns IgcColorEditorComponent
register
Section titled "register"register(): void