Type Alias BookmarkListDef

Defines the list of bookmarks.

type BookmarkListDef = {
    qData?: Record<string, string>;
    qGroupId?: string;
    qIncludePatches?: boolean;
    qType?: string;
}
Index

Properties

qData?: Record<string, string>

Data

qGroupId?: string

ID of separate generic object that holds an NxGroupDef, specifying a grouping and ordering of bookmarks.

Stability: experimental

qIncludePatches?: boolean

Include the bookmark patches. Patches can be very large and may make the list result unmanageable.

qType?: string

Type of the list.