Matches an existing layer.

interface LayerReference {
    id?: string;
    path?: string;
    subtype?: string;
    title?: string;
    url?: string;
}

Properties

id?: string

The layer's ID.

path?: string

The path to the geodatabase used by an MMAP layer. Mobile only.

subtype?: string

The Layer's type, used for Layer types with multiple possible layer extension mappings.

title?: string

The layer's title.

url?: string

The layer's url.