Interface ConfigurationPropertyItem

interface ConfigurationPropertyItem {
    id: string;
    schema: UiSchema;
    titlePath: string[];
    type: "property";
}

Hierarchy

  • ConfigurationItemBase
    • ConfigurationPropertyItem

Properties

Properties

id: string
schema: UiSchema
titlePath: string[]
type: "property"

Generated using TypeDoc