Margarita form reference documentation
    Preparing search index...

    Interface ControlContext<CONTROL, PARAMS>

    interface ControlContext<CONTROL extends MFC = MFC<MFGF>, PARAMS = any> {
        control: CONTROL;
        errorMessage?: string;
        params?: PARAMS;
        value: undefined | CONTROL["value"];
        [key: string]: unknown;
    }

    Type Parameters

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    control: CONTROL
    errorMessage?: string
    params?: PARAMS
    value: undefined | CONTROL["value"]