Interface Builder<TValue, TAdjacentTo, TAdjusted, TSharer>

Adjacent field builder.

Type Parameters

  • TValue

    Adjacent field value type.

  • TAdjacentTo extends FormUnit<unknown, TAdjusted>

    A type of form unit the field is adjacent to.

  • TAdjusted extends FormUnit.Controls<unknown> = ControlsType<TAdjacentTo>

    A type of controls to adjust. I.e. the ones of the form unit the field is adjacent to.

  • TSharer extends object = any

    Adjacent field sharer component type.

Hierarchy

Properties

adjacentTo: TAdjacentTo

Form unit the field is adjacent to.

adjusted: TAdjusted

Adjusted form unit control.

control: InBuilder<InControl<TValue>, TValue>

Field input control builder.

field: Field<TValue, TSharer>

Target field.

sharer: ComponentContext<TSharer>

Sharer component context.

Generated using TypeDoc