Type Alias NxFieldSelectionInfo

type NxFieldSelectionInfo = {
    qFieldSelectionMode?: NxFieldSelectionMode;
    qName?: string;
}
Index

Properties

qFieldSelectionMode?: NxFieldSelectionMode

Selection mode.

One of:

  • NORMAL for a selection in normal mode.
  • AND for a selection in AND mode.
  • NOT for a selection NOT in AND mode. One of:
  • NORMAL or SELECTION_MODE_NORMAL
  • AND or SELECTION_MODE_AND
  • NOT or SELECTION_MODE_NOT
qName?: string

Name of the field.