Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DimensionalDefinitionProperties

Hierarchy

  • DimensionalDefinitionProperties

Index

Properties

Optional dimensionName

dimensionName: string

The dimension associated with the variable.

Read more...

Optional isSlice

isSlice: boolean

Indicates whether the values indicate slices (rather than ranges).

Read more...

Optional values

values: (number | number[])[]

An array of single values or tuples [min, max] each defining a range of valid values along the specified dimension.

Read more...

Optional variableName

variableName: string

The required variable name by which to filter.

Read more...

Generated using TypeDoc