Interface ICurrentSelections

interface ICurrentSelections {
    qInfo: INxInfo;
    qMeta: INxMeta;
    qSelectionInfo: {};
    qSelectionObject: {
        qBackCount: number;
        qForwardCount: number;
        qSelections: qSelections[];
    };
}

Hierarchy

  • IGenericBaseLayout
    • ICurrentSelections

Properties

qInfo: INxInfo
qMeta: INxMeta
qSelectionInfo: {}

Type declaration

    qSelectionObject: {
        qBackCount: number;
        qForwardCount: number;
        qSelections: qSelections[];
    }

    Type declaration

    • qBackCount: number
    • qForwardCount: number
    • qSelections: qSelections[]