Interface JLayerMetadata

interface JLayerMetadata {
    id: JId;
    label: string;
    type: JLAYER_METADATA_TYPES;
    value: JLayerMetaDataValue;
}

Hierarchy (view full)

Properties

Properties

id: JId
label: string