Class NamedKey

Represents a named key, consisting of a name and an associated key.

Hierarchy

  • NamedKey

Constructors

Properties

Constructors

  • Creates a new instance of NamedKey with a name and key.

    Parameters

    • name: string

      The name of the key.

    • key: Key

      The associated key.

    Returns NamedKey

Properties

key: Key

The key associated with the named key.

name: string

The name of the named key.

Generated using TypeDoc