Backstage
    Preparing search index...
    • 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

    Properties

    TOutput: T

    use TProps instead

    uiOptionsType: P

    will be removed