Type Alias NxPageTreeNode

Defines an area of the tree to be fetched.

Stability: stable

type NxPageTreeNode = {
    qAllValues?: boolean;
    qArea?: Rect;
}
Index

Properties

Properties

qAllValues?: boolean

When set to true, generated nodes (based on current selection) will be inserted into the returned tree even when there is no actual value. For example, suppose you are looking for hybrid car sales at all car dealerships. Normally, only dealerships where hybrid cars are sold would be part of the returned tree but with qAllValues set to true, all available dealerships will be included regardless if they sold any hybrid cars or not.

qArea?: Rect

The area of the tree to be fetched. If no area is defined on a dimension, all existing nodes are included.