Properties
rotation
rotation: number
Methods
annotationsCount
- annotationsCount(): number
deleteAnnotation
- deleteAnnotation(index: number): void
getField
- getField<T>(index: number): T
-
Type parameters
Parameters
Returns T
getFieldIndex
- getFieldIndex(fieldName: string): number
-
Parameters
Returns number
Get the field as a field of type T where T is one of: Checkbox, Pushbutton, Textfield, Combobox, or ListField
ICheckBox
IListBox
ITextField
IComboBox
IPushButton