Type Alias GenericBookmarkProperties

type GenericBookmarkProperties = {
    qDistinctValues?: boolean;
    qIncludeVariables?: boolean;
    qInfo?: NxInfo;
    qMetaDef?: NxMetaDef;
}
Index

Properties

qDistinctValues?: boolean

If true all selected values will be stored distinct, i.e. searchstrings will not be kept.

Stability: experimental

qIncludeVariables?: boolean

If true all variables will be stored in the bookmark.

Stability: experimental

qInfo?: NxInfo

Information about the bookmark. This parameter is mandatory.

qMetaDef?: NxMetaDef

Definition of the dynamic properties.