Type alias LayerMetadataConfig

LayerMetadataConfig: {
    actions?: LayerGisActions;
    minRenderZoom?: number;
    properties?: {
        [property: string]: PropertyMetadataConfig;
    };
}

Type declaration

Generated using TypeDoc