Preparing search index...
The search index is not available
@kksh/api
@kksh/api
ui/template
FormSchema
Form
Type Alias Form
Form
:
{
description
?:
string
;
fields
:
(
FormSchema
.
FormField
|
FormSchema
.
Form
)
[]
;
key
:
string
;
nodeName
:
FormNodeName
;
showFormDataDebug
?:
boolean
;
submitBtnText
?:
string
;
title
?:
string
;
}
Type declaration
Optional
description
?:
string
fields
:
(
FormSchema
.
FormField
|
FormSchema
.
Form
)
[]
key
:
string
nodeName
:
FormNodeName
Optional
showFormDataDebug
?:
boolean
Optional
submitBtnText
?:
string
Optional
title
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@kksh/api
Loading...