Forest Admin - API reference
    Preparing search index...

    Type Alias DynamicLayoutElement<Context, FieldType>

    DynamicLayoutElement:
        | DynamicLayoutElementSeparator<Context>
        | DynamicLayoutElementRow<Context, FieldType>
        | DynamicLayoutElementHtmlBlock<Context>

    Type Parameters