Matches an existing sublayer in a layer.

interface SublayerReference {
    id?: string | number;
    title?: string;
}

Properties

Properties

id?: string | number

The sublayer's ID.

title?: string

The sublayer's title.