dynamic-forms / Class

RowFieldComponent

Decorators:@Component
Selectors:div[row-field]

Layout container for horizontal field arrangement.

Does not create a new form context - fields share the parent's context. Field values are flattened into the parent form (no nesting under row key). Purely a visual/layout container with no impact on form structure.

Constructor

No documentation has been provided.

Presentation
constructor(
	
): RowFieldComponent;

Properties

NameTypeDescription
disabled
r
Signal<boolean>
field
InputSignal<RowField<readonly RowAllowedChildren[]>>
key
InputSignal<string>
resolvedFields
p r
Signal<ResolvedField[]>