Range2dProps Type alias

interface for variant json representing a Range2d

  • pair of XYProps named low and high
  • array of XYProps

Range2dProps = { high: XYProps, low: XYProps } | XYProps[]

Defined in

Last Updated: 29 November, 2022