RAMP4 - v4.21.0
    Preparing search index...
    interface GridConfig {
        fieldMap: { [source: string]: string };
        id: string;
        layerIds: string[];
        state: default;
    }
    Index

    Properties

    fieldMap: { [source: string]: string }

    The field mapping for this grid. Maps fields in source layers to fields in the grid.

    GridConfig

    id: string

    The id of the grid.

    GridConfig

    layerIds: string[]

    The ids for the layers that this grid contains.

    GridConfig

    state: default

    The state manager for this grid.

    GridConfig