TimelineItem.set_property#

TimelineItem.set_property(property_key: str, property_value) bool[source]#

Sets the value of property “propertyKey” to value “propertyValue”.

Refer to “Looking up Timeline item properties” for more information.

Parameters:
  • property_key (str) – The property key to set

  • property_value – The value to set for the property

Returns:

True if successful, False otherwise

Return type:

bool