HotDocs JavaScript API
    Preparing search index...

    Type Alias DialogStateInfo

    type DialogStateInfo = {
        Bookmark: string;
        ChildDialogs: DialogStateInfo[];
        HasRequiredUnanswered: boolean;
        IsAnswered: boolean;
        IsEnabled: boolean;
        Name: string;
        Title: string;
        Type: string;
        Variables: VariableStateInfo[];
    }
    Index

    Properties

    Bookmark: string
    ChildDialogs: DialogStateInfo[]
    HasRequiredUnanswered: boolean
    IsAnswered: boolean
    IsEnabled: boolean
    Name: string
    Title: string
    Type: string
    Variables: VariableStateInfo[]