Interface StringParam

Hierarchy

Properties

autocomplete?: boolean
choices?: {
    name: string;
    value: string;
}[]
description: string
ellipsis?: boolean
max_length?: number
min_length?: number
name: string
required: boolean
value?: any

Generated using TypeDoc