Interface IIgrCustomPaletteColorScaleProps

Hierarchy

Hierarchy

Properties

children?: ReactNode
interpolationMode?: string | ColorScaleInterpolationMode

The approach to use when getting a color from the palette.

maximumValue?: string | number

The highest value to assign a color. Any given value greater than this value will be made Transparent.

minimumValue?: string | number

The lowest value to assign a color. Any given value less than this value will be made Transparent.

propertyUpdated?: ((s, e) => void)

Type declaration

    • (s, e): void
    • Event raised when a property (including "effective" and non-dependency property) value changes.

      Parameters

      Returns void