FieldSetInlineRawState
Properties
actions
The field objects that are actions.
Type: ComputedRef
Source: client/lib/use/useFieldSetInline.js:155
fieldNames
The field names to display for each object.
Type: ComputedRef
Source: client/lib/use/useFieldSetInline.js:156
fieldObjects
The field objects to display.
Type: ComputedRef
Source: client/lib/use/useFieldSetInline.js:157
focusIndex
The index of the focused item.
Type: number
Source: client/lib/use/useFieldSetInline.js:146
greaterOrEqualHiddenBreakpoint
Whether the fieldset is at or above the hiddenByDefault breakpoint.
Type: any
Source: client/lib/use/useFieldSetInline.js:160
hidable
Whether the fieldset can be hidden.
Type: Ref
Source: client/lib/use/useFieldSetInline.js:147
hiddenByDefault
The default visibility of the fieldset.
Type: Ref
Source: client/lib/use/useFieldSetInline.js:148
internalVisible
The internal visibility state of the fieldset.
Type: boolean
Source: client/lib/use/useFieldSetInline.js:150
isVisibleByDefault
Whether the fieldset is visible by default.
Type: ComputedRef
Source: client/lib/use/useFieldSetInline.js:158
itemRefs
The references to the items in the fieldset.
Type: HTMLElement[]
Source: client/lib/use/useFieldSetInline.js:151
remainingSlotNames
The slot names that have not been resolved.
Type: ComputedRef
Source: client/lib/use/useFieldSetInline.js:159
selected
The indices of the selected items.
Type: number[]
Source: client/lib/use/useFieldSetInline.js:152
showCreateButton
Whether to show the create button.
Type: ComputedRef
Source: client/lib/use/useFieldSetInline.js:149
userHasToggled
Whether the user has toggled the visibility of the fieldset.
Type: boolean
Source: client/lib/use/useFieldSetInline.js:153
visible
The visibility state of the fieldset.
Type: Ref
Source: client/lib/use/useFieldSetInline.js:154
Source
client/lib/use/useFieldSetInline.js:145