@vertigis/viewer-spec
Version:
VertiGIS Viewer Specification
12 lines (11 loc) • 354 B
TypeScript
import type { ComponentModelProperties } from "../common/ComponentModelProperties.js";
import type { ItemRef } from "../common/ItemRef.js";
/**
* Configuration for a select layer settings component.
*/
export interface SelectLayerSettingsModelProperties extends ComponentModelProperties {
/**
* The workflow.
*/
workflow?: ItemRef;
}