space.get_property method
get_property(self, key: str) -> str:
Gets a string property from this Space.
Parameters
-
key: str
name of property to find
Returns
str
custom property. Returns null if no property is found.
Gets a string property from this Space.
name of property to find
custom property. Returns null if no property is found.