Property¶
Concrete property with Any type.
Example
Creating the property:
property: Property[int] = Property(1)
-
class
gsf.core.entity.properties.property.Property(value: Any)¶ Bases:
gsf.core.entity.core.entity_property.EntityProperty,Generic[gsf.core.entity.properties.property.T]Any Property
Defines a property with type Any