AngleProperty (PropertyValueType = number) The value represents an angle in degree.

Hierarchy

Constructors

Properties

allowCustomChoice: boolean
choiceList: boolean
class: null | string
editable: boolean
getChoices: (() => Promise<null | PropertyValue[]>)

Type declaration

getValue: (() => null | PropertyValue)

Type declaration

key: string
mProvider: PropertyProvider
maxValue: null | number
minValue: null | number
name: null | string
numDecDigits: number
numDigits: null | number
setValue: ((pValue: PropertyValueType) => Promise<PropertyChangedResult>)

Type declaration

type: PropertyType = PropertyType.Angle
undoable: boolean
userData: unknown
visible: boolean

Accessors

Methods

  • Returns the property name if it is not empty, otherwise the key is returned.

    Returns string

  • Returns pOtherValue as a string. If pOther = undefined, the current value of this property will be returned as a string.

    Parameters

    Returns null | string

Generated using TypeDoc