Type Alias BookmarkList<QData>

Lists the bookmarks. Is the layout for BookmarkListDef.

type BookmarkList<QData> = {
    qHierarchy?: NxGroupMember[];
    qItems?: NxContainerEntry<QData>[];
}

Type Parameters

  • QData
Index

Properties

Properties

qHierarchy?: NxGroupMember[]

Hierarchy of groups and bookmarks, below the top level group pointed to by the qGroupId property.

Stability: experimental

Information about the list of bookmarks.