Type Alias NxPageTreeLevel

type NxPageTreeLevel = {
    qDepth?: number;
    qLeft?: number;
}
Index

Properties

Properties

qDepth?: number

Number of dimensions to include in the tree.

qLeft?: number

The first dimension that is to be part of the tree, counted from the left. For example, if qLeft is equal to 1, omit nodes from the first dimension in the current sort order.