Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 813 Bytes

Field.md

File metadata and controls

16 lines (12 loc) · 813 Bytes

Field

Represents form field.

Properties

Name Type Description Notes
Links []Link Link to the document. [optional] [default to null]
Name string Field name. [optional] [default to null]
SelectedItems []int32 Selected items. [optional] [default to null]
Type_ *FieldType Field type. [optional] [default to null]
Rect *Rectangle Field rectangle. [optional] [default to null]
Values []string Field values. [default to null]

[Back to Model list] [Back to API list] [Back to README][View Source]