Forest Admin - API reference
    Preparing search index...

    Type Alias DynamicFormElementOrPage<Context, FieldType>

    DynamicFormElementOrPage:
        | DynamicFormElement<Context, FieldType>
        | DynamicLayoutElementPage<Context, FieldType>

    Type Parameters