map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface AGSStoreFromLayerOptions

    Specifies an AGSStore constructed from a layer or sublayer id.

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

    Hierarchy (View Summary)

    Index

    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").