Skip to content

@vowel.to/client v0.1.2-393


@vowel.to/client / index / VowelActionParameter

Interface: VowelActionParameter

Defined in: lib/vowel/types/types.ts:272

Parameter definition for custom actions

Properties

PropertyTypeDescriptionDefined in
type"string" | "number" | "boolean" | "object" | "array"Parameter type (string, number, boolean, array, object)lib/vowel/types/types.ts:274
descriptionstringHuman-readable description for the AIlib/vowel/types/types.ts:276
optional?booleanWhether this parameter is optionallib/vowel/types/types.ts:278
enum?string[]Enum values if parameter should be restricted to specific valueslib/vowel/types/types.ts:280