Interface LayoutProps

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

Hierarchy (view full)

Properties

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

Generated using TypeDoc