Backstage
Docs
Github
Preparing search index...
@backstage/plugin-scaffolder-react
index
createScaffolderFieldExtension
Function createScaffolderFieldExtension
createScaffolderFieldExtension
<
TReturnValue
=
unknown
,
TInputProps
extends
UIOptionsType
=
{}
,
>
(
options
:
FieldExtensionOptions
<
TReturnValue
,
TInputProps
>
,
)
:
Extension
<
FieldExtensionComponent
<
TReturnValue
,
TInputProps
>
>
Method for creating field extensions that can be used in the scaffolder frontend form.
Type Parameters
TReturnValue
=
unknown
TInputProps
extends
UIOptionsType
=
{}
Parameters
options
:
FieldExtensionOptions
<
TReturnValue
,
TInputProps
>
Returns
Extension
<
FieldExtensionComponent
<
TReturnValue
,
TInputProps
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Docs
Github
Backstage
Loading...
Method for creating field extensions that can be used in the scaffolder frontend form.