form-graph
Site
GitHub
Preparing search index...
react
MultiControllerProps
Interface MultiControllerProps<G, Ks>
interface
MultiControllerProps
<
G
extends
AnyGraph
,
Ks
extends
readonly
GraphFieldName
<
G
>
[]
,
>
{
graph
:
G
;
names
:
Ks
;
render
:
(
props
:
{
values
:
{
[
K
in
string
]
:
GraphFieldValue
<
G
,
K
>
|
undefined
}
}
,
)
=>
ReactElement
<
any
,
string
|
JSXElementConstructor
<
any
>
>
|
null
;
store
?:
AnyStore
;
}
Type Parameters
G
extends
AnyGraph
Ks
extends
readonly
GraphFieldName
<
G
>
[]
Index
Properties
graph
names
render
store?
Properties
graph
graph
:
G
names
names
:
Ks
render
render
:
(
props
:
{
values
:
{
[
K
in
string
]
:
GraphFieldValue
<
G
,
K
>
|
undefined
}
}
,
)
=>
ReactElement
<
any
,
string
|
JSXElementConstructor
<
any
>
>
|
null
Optional
store
store
?:
AnyStore
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
graph
names
render
store
Site
GitHub
form-graph
Loading...