Config¶
Leafs
-
class
Components.Component.Properties.Property.
Config
¶ Bases:
Entity
Class Hierarchy:
Components
Component
Properties
Property
Config
This class represents configuration data.
Configuration data for each property
-
name
¶ System-supplied name of the property – this is typically non-configurable
type: str
-
value
¶ Property values can take on a variety of types. Signed and unsigned integer types may be provided in smaller sizes, e.g., int8, uint16, etc
type: union of the below types:
type: str
type: bool
type: int
range: -9223372036854775808..9223372036854775807type: int
range: 0..18446744073709551615type:
Decimal64
range: -92233720368547758.08..92233720368547758.07
-