Documentation
    Preparing search index...

    Provides data about the state of a prompt.

    interface PromptStateData {
        isValid: string | boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    isValid: string | boolean

    Either a String string which describes the error of the prompt or a Boolean boolean indicating whether the prompt-value is valid.