Interface JsonFormsExtendedState<T>

The state shape of JSONForms.

interface JsonFormsExtendedState<T> {
    jsonforms: {
        [subState: string]: T;
    };
}

Type Parameters

  • T

Hierarchy (view full)

Properties

Properties

jsonforms: {
    [subState: string]: T;
}

Represents JSONForm's sub-state.

Type declaration

  • [subState: string]: T

Generated using TypeDoc