Arc.React
Preparing search index...
commands
CommandFormFieldsProps
Interface CommandFormFieldsProps
interface
CommandFormFieldsProps
{
columns
?:
ColumnInfo
[]
;
fields
?:
ReactElement
<
CommandFormFieldProps
<
unknown
>
,
string
|
JSXElementConstructor
<
any
>
,
>
[]
;
orderedChildren
?:
{
content
:
ReactNode
;
index
:
number
;
type
:
"field"
|
"other"
;
}
[]
;
}
Index
Properties
columns?
fields?
ordered
Children?
Properties
Optional
columns
columns
?:
ColumnInfo
[]
Optional
fields
fields
?:
ReactElement
<
CommandFormFieldProps
<
unknown
>
,
string
|
JSXElementConstructor
<
any
>
,
>
[]
Optional
ordered
Children
orderedChildren
?:
{
content
:
ReactNode
;
index
:
number
;
type
:
"field"
|
"other"
}
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
columns
fields
ordered
Children
Arc.React
Loading...