Function: useFieldChildren()
useFieldChildren(
fieldUri,options):UseQueryResult<FieldSummaryNode[],Error>
Defined in: web/lib/hooks/use-field.ts:318
Fetches children of a field.
Parameters
fieldUri
string
The AT-URI of the field node
options
UseFieldChildrenOptions = {}
Query options
Returns
UseQueryResult<FieldSummaryNode[], Error>