HotDocs JavaScript API
    Preparing search index...

    Type Alias EventResponseData

    type EventResponseData = {
        Indices: number[];
        Value: {
            n: string;
            t: EventResponseDataValueType;
            v: EventResponseDataVariableType;
        };
    }
    Index

    Properties

    Properties

    Indices: number[]
    Value: {
        n: string;
        t: EventResponseDataValueType;
        v: EventResponseDataVariableType;
    }