Interface SharedFieldDef<TField, TValue>

Shared form field definition.

Type Parameters

Hierarchy

  • SharedFieldDef

Properties

Properties

form?: ShareLocator<FormUnit<unknown, FormUnit.Controls<unknown>, any>>

A locator of form unit to add the shared field to.

The default form share is used when omitted.

name?: string

Field name.

The shared field will be added to the input control group (InGroup) within the target form, unless the name is empty string.

Equals to decorated property name when omitted.

share?: TargetShare<TField>

Target field share.

Generated using TypeDoc