Type Alias GenericBookmarkLayout

Is the layout for GenericBookmarkProperties.

type GenericBookmarkLayout = {
    qBookmark?: NxBookmark;
    qFieldInfos?: LayoutFieldInfo[];
    qInfo?: NxInfo;
    qMeta?: NxMeta;
}
Index

Properties

qBookmark?: NxBookmark

Information about the bookmark.

qFieldInfos?: LayoutFieldInfo[]

Information about the field selections associated with the bookmark.

qInfo?: NxInfo

Information about the object.

qMeta?: NxMeta

Information on publishing and permissions.