Skip to content

Commit

Permalink
PPro: Add missing TrackItem.nodeID to earlier versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zlovatt committed Dec 13, 2023
1 parent 841d68e commit efba9b4
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Premiere/11.0/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,12 @@ declare class TrackItem extends PremiereObject {
*/
readonly mediaType: MediaType
readonly duration: Time

/**
*
*/
readonly nodeId: string

/**
* The start time of the clip, in sequence time.
*/
Expand Down
5 changes: 5 additions & 0 deletions Premiere/12.0/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,11 @@ declare class TrackItem {
*/
readonly duration: Time

/**
*
*/
readonly nodeId: string

/**
*
*/
Expand Down
5 changes: 5 additions & 0 deletions Premiere/13.0/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,11 @@ declare class TrackItem {
*/
readonly duration: Time

/**
*
*/
readonly nodeId: string

/**
*
*/
Expand Down
5 changes: 5 additions & 0 deletions Premiere/14.0/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1142,6 +1142,11 @@ declare class TrackItem {
*/
readonly duration: Time

/**
*
*/
readonly nodeId: string

/**
*
*/
Expand Down
4 changes: 2 additions & 2 deletions Premiere/15.0/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1204,11 +1204,11 @@ declare class TrackItem {
*/
readonly duration: Time

/**
/**
*
*/
readonly nodeId: string

/**
*
*/
Expand Down

0 comments on commit efba9b4

Please sign in to comment.