Backstage
    Preparing search index...

    The type of layouts that is passed to the TemplateForms

    interface LayoutOptions<P = any> {
        component:
            | ComponentType<ObjectFieldTemplateProps<P, RJSFSchema, any>>
            | undefined;
        name: string;
    }

    Type Parameters

    • P = any
    Index

    Properties

    Properties

    component:
        | ComponentType<ObjectFieldTemplateProps<P, RJSFSchema, any>>
        | undefined
    name: string