Backstage
Docs
Github
Preparing search index...
@backstage/plugin-scaffolder-react
index
makeFieldSchema
Function makeFieldSchema
makeFieldSchema
<
TReturnType
extends
ZodType
<
any
,
ZodTypeDef
,
any
>
,
TUiOptions
extends
ZodType
<
any
,
ZodTypeDef
,
any
>
,
>
(
options
:
{
output
:
(
zImpl
:
__module
)
=>
TReturnType
;
uiOptions
?:
(
zImpl
:
__module
)
=>
TUiOptions
;
}
,
)
:
FieldSchema
<
output
<
TReturnType
>
,
output
<
TUiOptions
>
>
Type Parameters
TReturnType
extends
ZodType
<
any
,
ZodTypeDef
,
any
>
TUiOptions
extends
ZodType
<
any
,
ZodTypeDef
,
any
>
Parameters
options
:
{
output
:
(
zImpl
:
__module
)
=>
TReturnType
;
uiOptions
?:
(
zImpl
:
__module
)
=>
TUiOptions
;
}
Returns
FieldSchema
<
output
<
TReturnType
>
,
output
<
TUiOptions
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Docs
Github
Backstage
Loading...