PropertyType#
Added in version 0.78.
- class PropertyType#
An enumeration type describing types of properties.
Fields#
- class PropertyType
- BOOL#
A bool
- DATA#
Binary data
- DOUBLE#
A finite double-precision floating point number
- IMAGE#
An image. Since: 0.80
- INT#
A signed 64-bit integer
- RGB#
A color
- RGBA#
A color with alpha
- STRING#
A string
- UINT#
An unsigned 64-bit integer
- URI#
A URI
- UUID#
A UUID
- VALUELESS#
No value, use for signalling