Skip to main content
Version: Next

FieldExtensionComponentProps

Home > @backstage/plugin-scaffolder-react > FieldExtensionComponentProps

Type for Field Extension Props for RJSF v5

Signature:

export interface FieldExtensionComponentProps<TFieldReturnValue, TUiOptions = {}> extends PropsWithChildren<ScaffolderRJSFFieldProps<TFieldReturnValue>> 

Extends: PropsWithChildren<ScaffolderRJSFFieldProps<TFieldReturnValue>>

Properties

Property

Modifiers

Type

Description

uiSchema

FieldExtensionUiSchema<TFieldReturnValue, TUiOptions>