Interface JLayersConfiguration

interface JLayersConfiguration {
    layerTree: JLayerTree;
    metadataSchema: JLayerMetadataSchemaItem[];
    styleSamples: JLayerStyleSamplesById;
    tables: JTable[];
}

Properties

layerTree: JLayerTree
metadataSchema: JLayerMetadataSchemaItem[]
tables: JTable[]