@finos/perspective-viewer
    Preparing search index...

    The value de/serialized and stored in the viewer config. Also passed to the plugin via plugin.save().

    type ColumnConfigValues = {
        aggregate_depth?: number;
        bg_gradient: number | null;
        color?: string | null;
        date_format?: DatetimeFormatType;
        datetime_color_mode?: DatetimeColorMode;
        fg_gradient: number | null;
        format?: FormatMode;
        neg_bg_color: string | null;
        neg_fg_color: string | null;
        number_bg_mode?: NumberBackgroundMode;
        number_fg_mode?: NumberForegroundMode;
        number_format?: CustomNumberFormatConfig | null;
        pos_bg_color: string | null;
        pos_fg_color: string | null;
        string_color_mode?: StringColorMode;
        symbols?: { [key in string]?: string };
    }
    Index

    Properties

    aggregate_depth?: number
    bg_gradient: number | null
    color?: string | null
    date_format?: DatetimeFormatType
    datetime_color_mode?: DatetimeColorMode
    fg_gradient: number | null
    format?: FormatMode
    neg_bg_color: string | null
    neg_fg_color: string | null
    number_bg_mode?: NumberBackgroundMode
    number_fg_mode?: NumberForegroundMode
    number_format?: CustomNumberFormatConfig | null
    pos_bg_color: string | null
    pos_fg_color: string | null
    string_color_mode?: StringColorMode
    symbols?: { [key in string]?: string }