Backstage
    Preparing search index...

    Interface FieldSchema<T, P>

    • import from @backstage/plugin-scaffolder-react#FieldSchema instead
    interface FieldSchema<T, P> {
        schema: CustomFieldExtensionSchema;
        TOutput: T;
        TProps: FieldExtensionComponentProps<T, P>;
        type: FieldExtensionComponentProps<T, P>;
        uiOptionsType: P;
    }

    Type Parameters

    • T
    • P

    Hierarchy (View Summary)

    Index
    TOutput: T

    use TProps instead

    uiOptionsType: P

    will be removed