String Property

Concrete property with str type.

Example

Creating the property:

property = StringProperty("Hello World")
class gsf.core.entity.properties.string_property.StringProperty(value: str)

Bases: Generic[gsf.core.entity.core.entity_property.T]

String Property

Defines a property with type str

get_value()str

Returns the value of the property