Type alias Entry

Entry: readonly [PropertyKey, InControl<any>]

Input controls container entry.

This is a tuple containing control key and control itself.

Container implementations may apply limitations on the type of keys and input values they support.

Generated using TypeDoc