blockly > FieldAngleConfig

FieldAngleConfig interface

Extra configuration options for the angle field.

Signature:

export interface FieldAngleConfig extends FieldInputConfig 

Extends: FieldInputConfig

Properties

Property Modifiers Type Description
clockwise? boolean (Optional)
mode? Mode (Optional)
offset? number (Optional)
round? number (Optional)
wrap? number (Optional)