Timeline.set_clips_linked#

Timeline.set_clips_linked(timeline_items: List[TimelineItem], is_linked: bool) bool[source]#

Links or unlinks the specified TimelineItems depending on second argument.

Parameters:
  • timeline_items (List[TimelineItem]) – specified TimelineItems

  • is_linked (bool) – Links or unlinks the specified TimelineItems

Returns:

True if successful, False otherwise.

Return type:

bool