Type Alias BookmarkListDef

Defines the list of bookmarks.

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

Properties

qData?: Record<string, string>

Data

qIncludePatches?: boolean

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

qType?: string

Type of the list.