Type Alias SelectionObject

Indicates which selections are currently applied. It gives the current selections. Is the layout for SelectionObjectDef.

type SelectionObject = {
    qBackCount?: number;
    qForwardCount?: number;
    qSelections?: NxCurrentSelectionItem[];
    qStateName?: string;
}
Index

Properties

qBackCount?: number

Number of steps back.

qForwardCount?: number

Number of steps forward.

qSelections?: NxCurrentSelectionItem[]

Lists the fields that are selected.

qStateName?: string

Name of the alternate state. Default is current selections $ .