Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 627 Bytes

LibcalFormField.md

File metadata and controls

12 lines (8 loc) · 627 Bytes

uclapi.LibcalFormField

Properties

Name Type Description Notes
label String Label for the field in the LibCal booking form [optional]
type String Field type for the field in the LibCal booking form. Examples of field types include 'string' and 'dropdown'. [optional]
required Boolean Whether the field in the LibCal booking form is required (true) or optional (false) [optional]
options [String] Array of options that will be provided if the field type is dropdown [optional]