Type alias Entry<TItem>

Entry<TItem>: readonly [number, InControl<TItem>]

Input controls list entry.

This is a tuple containing model index and corresponding control.

Type Parameters

  • TItem

    Model item type.

Generated using TypeDoc