ArgDefinition.choices property
Home > streplts > ArgDefinition > choices
ArgDefinition.choices property
Section titled “ArgDefinition.choices property”An static string array or a dynamic evaluation closure generating eligible autocomplete variations.
Signature:
choices?: string[] | ((typed: string, previousArgs: string[], context: any, globals: any) => string[]) | null;