Backstage
Docs
Github
Preparing search index...
@backstage/plugin-scaffolder
index
FieldSchema
Interface FieldSchema<T, P>
Deprecated
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
)
FieldSchema
<
T
,
P
>
FieldSchema
Index
Properties
schema
T
Output
T
Props
type
ui
Options
Type
Properties
Readonly
schema
schema
:
CustomFieldExtensionSchema
Readonly
T
Output
TOutput
:
T
Readonly
T
Props
TProps
:
FieldExtensionComponentProps
<
T
,
P
>
Readonly
type
type
:
FieldExtensionComponentProps
<
T
,
P
>
Deprecated
use TProps instead
Readonly
ui
Options
Type
uiOptionsType
:
P
Deprecated
will be removed
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
schema
T
Output
T
Props
type
ui
Options
Type
Docs
Github
Backstage
Loading...
Deprecated