Interface JLayerMetadataSchemaItem

interface JLayerMetadataSchemaItem {
    allowMultiple: boolean;
    id: JId;
    label: string;
    type: JLAYER_METADATA_TYPES;
}

Hierarchy (view full)

Properties

allowMultiple: boolean
id: JId
label: string