Skip to content

Commit

Permalink
trackItem.disabled
Browse files Browse the repository at this point in the history
Changed doc from a method, to a member
  • Loading branch information
bbb999 committed Sep 20, 2021
1 parent c421bb0 commit 087d759
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/item/trackitem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -367,15 +367,15 @@ Returns **0** if successful.

.. _trackItem.disabled:

TrackItem.disabled()
TrackItem.disabled
*********************************************

| ``app.project.sequences[index].audioTracks[index].clips[index].disabled(newDisableState)``
| ``app.project.sequences[index].videoTracks[index].clips[index].disabled(newDisableState)``
| ``app.project.sequences[index].audioTracks[index].clips[index].disabled``
| ``app.project.sequences[index].videoTracks[index].clips[index].disabled``
**Description**

Sets the disabled state of the trackItem.
Sets the disabled state of the trackItem. Read/Write.

**Parameters**

Expand Down

0 comments on commit 087d759

Please sign in to comment.