BaseItem.get_property method

get_property(self, key: str) -> str:

Gets a custom property from this object. Returns null if the property can not be found.

Parameters

  • key: str

    name of property to search.

Returns

str