Type Alias LayoutBookmarkData

type LayoutBookmarkData = {
    qActive?: boolean;
    qId?: string;
    qScrollPos?: ScrollPosition;
    qShowMode?: number;
}
Index

Properties

qActive?: boolean
qId?: string
qScrollPos?: ScrollPosition
qShowMode?: number