Type Alias NxBookmark

type NxBookmark = {
    qCyclicGroupStates?: CyclicGroupPosition[];
    qGroupStates?: GroupState[];
    qPatches?: NxPatches[];
    qStateData?: AlternateStateData[];
    qUtcModifyTime?: number;
    qVariableItems?: BookmarkVariableItem[];
}
Index

Properties

qCyclicGroupStates?: CyclicGroupPosition[]

Information about cyclic groups by zero-based index. This field is unused.

qGroupStates?: GroupState[]

Information about cyclic groups indexed by field definition.

qPatches?: NxPatches[]

Softpatches to be applied with this bookmark.

qStateData?: AlternateStateData[]

List of selections for each state.

qUtcModifyTime?: number

Time when the bookmark was created.

qVariableItems?: BookmarkVariableItem[]

List of the variables in the app at the time the bookmark was created.