@flowscripter/dynamic-cli-framework
    Preparing search index...

    Interface PrompterServiceConfig

    interface PrompterServiceConfig {
        checkboxCheckedChars: string;
        checkboxUncheckedChars: string;
        inputPromptCharacters: string;
        openUrl?: (url: string) => Promise<void>;
        scrollVisibleOptions: number;
    }
    Index
    checkboxCheckedChars: string
    checkboxUncheckedChars: string
    inputPromptCharacters: string
    openUrl?: (url: string) => Promise<void>
    scrollVisibleOptions: number