Skip to content

use/useFieldSetInline

Overview

Manages an inline field-set (repeatable child rows) within a form, handling row addition, deletion, reordering, and slot resolution.

Properties

FIELD_SET_INLINE_PROPS

Vue component props definition for inline field-set components. Extends FIELD_PROPS with field override maps, visibility controls, and theme override support for repeatable child-row layouts.

Type: object

Source: client/lib/use/useFieldSetInline.js:61

Methods

Types

FieldSetInlineFieldObject

FieldSetInlineInstance

FieldSetInlineOptions

FieldSetInlineRawState

BoundDoCreate

BoundDoCreate = (_e: Event, defaultValues: object) => any

BoundHandleSelected

BoundHandleSelected = (isSelected: boolean, rowIndex: number) => any

BoundRefFn

BoundRefFn = (el: HTMLElement) => any

BoundRemoveObject

BoundRemoveObject = (index: number) => void

BoundToggleVisibility

BoundToggleVisibility = () => any

FieldSetInlineProps

FieldSetInlineProps = UnwrapNestedRefs

FieldSetInlineRawProps

FieldSetInlineRawProps = FieldContextRawProps & ThemeRawProps & UseFormModelRawOverridableProps & object

FieldSetInlineState

FieldSetInlineState = UnwrapNestedRefs

Source

client/lib/use/useFieldSetInline.js:1

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2