Interface LensableDataStyle

interface LensableDataStyle {
    aggregateBy?: string;
    columnDef?: Record<string, LensTypedProperty>;
    columnKeys?: string[];
    filter?: AdvancedFeatureFilter;
    filterMode?: FilterMode;
    promoteId?: string;
    sortBy?: SortBy[];
    sortDescending?: boolean;
    sourceLayer?: string;
}

Properties

aggregateBy?: string
columnDef?: Record<string, LensTypedProperty>
columnKeys?: string[]

opt-in to show specific columns.

filterMode?: FilterMode
promoteId?: string
sortBy?: SortBy[]
sortDescending?: boolean

use sortBy instead

sourceLayer?: string