A classification class in a CIM renderer.

interface LpkxCimRendererClass {
    label?: string;
    symbol?: LpkxCimSymbolReference;
    values: {
        fieldValues: string[];
    }[];
}

Properties

Properties

label?: string

The label for the class.

The symbol associated with this class.

values: {
    fieldValues: string[];
}[]

The values that define this class.