@wharfkit/session - v4.0.1
    Preparing search index...

    Interface PromptArgs

    The arguments for a [[UserInterface.prompt]] call.

    interface PromptArgs {
        body?: string;
        elements: PromptElement[];
        optional?: boolean;
        title: string;
    }
    Index
    body?: string
    elements: PromptElement[]
    optional?: boolean
    title: string