Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 417 Bytes

shorthand-type-values.md

File metadata and controls

14 lines (11 loc) · 417 Bytes

Shorthand Type Values

Shorthand values for built-in types are determined by lower-casing the class name and removing the "Type" suffix. For example:

Class Shorthand Value
TextType text
NumberType number
EmailType email
CollectionType collection

Return to index