Skip to main content

FieldSchema

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

FieldSchema encapsulates a JSONSchema7 along with the matching FieldExtensionComponentProps type for a field extension.

Signature:

export interface FieldSchema<TReturn, TUiOptions> 

Properties

Property

Modifiers

Type

Description

schema

readonly

CustomFieldExtensionSchema

TProps

readonly

FieldExtensionComponentProps<TReturn, TUiOptions>

type

readonly

FieldExtensionComponentProps<TReturn, TUiOptions>

uiOptionsType

readonly

TUiOptions