Skip to content

Home > indiekit-preset-fff > IndiekitPresetFFF > prompts

IndiekitPresetFFF.prompts property

Signature:

typescript
get prompts(): {
        choices: {
            title: string;
            value: string;
        }[];
        initial: number;
        message: string;
        name: string;
        type: string;
    }[];