RadialSettings

23 Sep 20251 minute to read

Provides the options to customize the speed dial action buttons when mode of SpeedDial is Radial.

Properties

direction string|RadialDirection

Defines speed dial action items placement order.
The possible values are

  • Clockwise
  • AntiClockwise
  • Auto

Defaults to RadialDirection.Auto

endAngle number

Defines end angle of speed dial items placement. The accepted value range is 0 to 360.
When a value is outside the accepted value range, then the provided value is ignored, and the angle is calculated based on the position.

Defaults to -1

offset string|number

Defines distance of speed dial items placement from the button of Speed Dial.

Defaults to ‘100px’

startAngle number

Defines start angle of speed dial items placement. The accepted value range is 0 to 360.
When a value is outside the accepted value range, then the provided value is ignored, and the angle is calculated based on the position.

Defaults to -1