form-graph
    Preparing search index...

    Interface ControllerProps<Value, Meta>

    interface ControllerProps<Value, Meta> {
        name: string;
        render: (
            props: ControllerRenderProps<Value, Meta>,
        ) => ReactElement<any, string | JSXElementConstructor<any>> | null;
        store?: AnyStore;
    }

    Type Parameters

    • Value
    • Meta
    Index
    name: string
    render: (
        props: ControllerRenderProps<Value, Meta>,
    ) => ReactElement<any, string | JSXElementConstructor<any>> | null
    store?: AnyStore

    Defaults to the store from .