Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 926 Bytes

FormVariable.md

File metadata and controls

20 lines (15 loc) · 926 Bytes

FormVariable

Properties

Name Type Description Notes
key str [optional]
name str [optional]
type str [optional]
description str [optional]
placeholder str [optional]
is_optional bool [optional]
default_value bool, date, datetime, dict, float, int, list, str, none_type [optional]
allowed_values [str] [optional]
dynamic_options DynamicOptions [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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