Type Alias NxGetObjectOptions

type NxGetObjectOptions = {
    qData?: Record<string, string>;
    qIncludeSessionObjects?: boolean;
    qTypes?: string[];
}
Index

Properties

qData?: Record<string, string>

Set of data.

qIncludeSessionObjects?: boolean

Set to true to include session objects. The default value is false.

qTypes?: string[]

List of object types.