Interface Snapshot<TModel>

A snapshot of input control group controls.

Type Parameters

  • TModel

    Group model type, i.e. its value type.

Hierarchy

Methods

  • Returns input control with the given key, if present.

    Type Parameters

    • TKey extends string | number | symbol

    Parameters

    • key: TKey

      Control key, i.e. corresponding model property key.

    Returns undefined | Controls<TModel>[TKey]

    Target control, or undefined if there is no control set for this key.

Generated using TypeDoc