Interface AGSStoreFromLayerOptions

Specifies an AGSStore constructed from a layer or sublayer id.

interface AGSStoreFromLayerOptions {
    id: string;
    layerId: string;
}

Hierarchy (view full)

Properties

Properties

id: string

The id of the new store.

layerId: string

A valid layer id (e.g. "mylayer") or sub layer id (e.g. "mylayer/1").

Generated using TypeDoc