Interface ControlProps

interface ControlProps {
    cells?: JsonFormsCellRendererRegistryEntry[];
    config?: any;
    enabled?: boolean;
    path: string;
    renderers?: JsonFormsRendererRegistryEntry[];
    schema: JsonSchema;
    uischema: ControlElement;
}

Hierarchy (view full)

Properties

cells?: JsonFormsCellRendererRegistryEntry[]
config?: any
enabled?: boolean
path: string
renderers?: JsonFormsRendererRegistryEntry[]
schema: JsonSchema
uischema: ControlElement

Generated using TypeDoc