Skip to content

StringArgElementConfig

The element config arg.keyValue() assumes when given no element builder: an unconstrained string.

Signatures

ts
type StringArgElementConfig = unknown;

Members

Properties

argKind

Element kind discriminator.

ts
argKind: "string";

elementEligible

Elements are element-eligible by construction.

ts
elementEligible: true;

presence

Elements carry no presence of their own.

ts
presence: "required";

valueType

Element value type.

ts
valueType: string;

variadic

Elements are never variadic on their own.

ts
variadic: false;

See Also

Released under the MIT License.