Configuration for VisitorQueryContext.getData.

interface GetDataOptions {
    throwOnError?: boolean;
    timeout?: number;
}

Hierarchy (view full)

Properties

throwOnError?: boolean

Whether getData rejects when identification fails. The error is also stored in the query state.

Defaults to false.

timeout?: number

Custom timeout for the request in milliseconds