Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RectangleProps<CustomDataType>

Rectangle Constructor Properties

beta

Type parameters

  • CustomDataType = void

    Type of the custom data property (optional, inferred automatically).

Hierarchy

Index

Properties

Optional data

data?: CustomDataType

Custom data

height

height: number

Height of the rectangle.

width

width: number

Width of the rectangle.

x

x: number

X start of the rectangle (top left).

y

y: number

Y start of the rectangle (top left).

Generated using TypeDoc