Skip to content

@vowel.to/client v0.3.3-beta


@vowel.to/client / index / VowelActionParameter

Interface: VowelActionParameter

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

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:276
descriptionstringHuman-readable description for the AIlib/vowel/types/types.ts:278
optional?booleanWhether this parameter is optionallib/vowel/types/types.ts:280
enum?string[]Enum values if parameter should be restricted to specific valueslib/vowel/types/types.ts:282