Type alias Args<TKey>

Args<TKey>: {
    readonly [name in TKey]: EsArg
}

Definition of signature arguments.

Contains each argument key and corresponding argument definition.

Signature key is an argument name, possibly with modifier. Corresponding argument symbol will be available in signature under this name.

Type Parameters

  • TKey extends Key = Key

    Type of argument keys.

Generated using TypeDoc