Interface IImposeColumnBuilder

interface IImposeColumnBuilder {
    colorColumn: string;
    column: string;
    label?: string;
    type: "impose";
}

Properties

colorColumn: string
column: string
label?: string
type: "impose"