Type Alias NxGetBookmarkOptions

type NxGetBookmarkOptions = {
    qData?: Record<string, string>;
    qIncludePatches?: boolean;
    qTypes?: string[];
}
Index

Properties

qData?: Record<string, string>

Set of data.

qIncludePatches?: boolean

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

qTypes?: string[]

List of object types.