NumericalQuery: {
    [attName: string]: [number, number];
}

Represents a selection of elements based on their numerical attributes, currently only from brushes in the element view. Maps attribute names to an array with the minimum and maximum values of the selection over each attribute.

Type declaration

  • [attName: string]: [number, number]

Generated using TypeDoc