Base class for classes which provide colors corresponding to numeric values within a known list of numeric values.
Constructors
Section titled "Constructors"IgrColorScale
new IgrColorScale(props: P): IgrColorScale Returns IgrColorScale
Accessors
Section titled "Accessors"nativeElement
Section titled "nativeElement"get nativeElement(): HTMLElement
Returns HTMLElement
propertyUpdated
Section titled "propertyUpdated"Event raised when a property (including "effective" and non-dependency property) value changes.
get propertyUpdated(): object
Returns object
set propertyUpdated(ev: object): void Parameters
- ev:
object
Returns void
Methods
Section titled "Methods"componentDidMount
Section titled "componentDidMount"componentDidMount(): void Returns void
findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string
Returns any
render
Section titled "render"render(): any Returns any
shouldComponentUpdate
Section titled "shouldComponentUpdate"shouldComponentUpdate(nextProps: any, nextState: any): boolean Parameters
- nextProps:
any - nextState:
any
Returns boolean
_createFromInternal
Section titled "_createFromInternal"_createFromInternal(internal: any): IgrColorScale Parameters
- internal:
any