Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LineProps<CustomDataType>

Line Constructor Properties

beta

Type parameters

  • CustomDataType = void

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

Hierarchy

Index

Properties

Properties

Optional data

data?: CustomDataType

Custom data

x1

x1: number

X start of the line.

x2

x2: number

X end of the line.

y1

y1: number

Y start of the line.

y2

y2: number

Y end of the line.

Generated using TypeDoc