Interface FeatureStateSelectionSyncOptions

interface FeatureStateSelectionSyncOptions {
    applyInitial?: boolean;
    includeRawIds?: boolean;
    source: string;
    sourceLayer?: string;
    stateKey?: string;
    subscribeOptions?: ExplorationViewSubscribeOptions;
}

Properties

applyInitial?: boolean

Apply current view state immediately.

true
includeRawIds?: boolean

Apply raw legacy ids to this source.

true
source: string
sourceLayer?: string
stateKey?: string