Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CircleProps<CustomDataType>

Circle 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

r

r: number

Radius of the circle.

x

x: number

X center of the circle.

y

y: number

Y center of the circle.

Generated using TypeDoc