Interface ILayerInfo

Source
Expand description

Interface for layer information.

interface ILayerInfo {
    id: string;
    typeLayer: LayerType;
    zIndex: number;
}

Properties§

Source§

id: string

Unique identifier for the layer.

Source§

typeLayer: LayerType

Type of layer.

Source§

zIndex: number