ColorComponent

ColorComponent class

Color picker component. Values are by default 6-digit hash-prefixed hex strings like #000000.

Signature:

export class ColorComponent extends ValueComponent<string> 

Extends: ValueComponent<string>

Constructors

ConstructorModifiersDescription
(constructor)(containerEl)Constructs a new instance of the ColorComponent class

Properties

PropertyModifiersTypeDescription
disabledboolean

(Inherited from BaseComponent)

Methods