Interface ConfigProperty

interface ConfigProperty {
    label: string;
    options?: any[];
    propertyType: PropertyType;
    slug: string;
}

Properties

label: string
options?: any[]
propertyType: PropertyType
slug: string

Generated using TypeDoc