Forest Admin - API reference
    Preparing search index...
    interface LayoutElementPageWithField {
        component: "Page";
        elements: ActionLayoutElementWithField[];
        nextButtonLabel?: string;
        previousButtonLabel?: string;
        type: "Layout";
    }

    Hierarchy

    • ActionLayoutElementBase
      • LayoutElementPageWithField
    Index

    Properties

    component: "Page"
    nextButtonLabel?: string
    previousButtonLabel?: string
    type: "Layout"