HotDocs JavaScript API
    Preparing search index...

    Type Alias VariableStateInfo

    type VariableStateInfo = {
        IsRequired: boolean;
        Name: string;
        Prompt: string;
        Title: string;
        Type: string;
        Value: ValueStateInfo[];
    }
    Index

    Properties

    IsRequired: boolean
    Name: string
    Prompt: string
    Title: string
    Type: string