sesaparcours
    Preparing search index...
    • Prompt the user for a new variable name.

      Parameters

      • promptText: string

        The string of the prompt.

      • defaultText: string

        The default value to show in the prompt's field.

      • callback: (_0: string) => any

        A callback. It will return the new variable name, or null if the user picked something illegal.

      Returns void