Skip to content

Commit 9ee9e46

Browse files
parentTrackIndex and broadcastPrefsChanged updates
1 parent 186c896 commit 9ee9e46

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

Premiere/24.0/index.d.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1292,6 +1292,11 @@ declare class TrackItem {
12921292
*/
12931293
disabled: boolean
12941294

1295+
/**
1296+
* @version 22.0
1297+
*/
1298+
readonly parentTrackIndex: number
1299+
12951300
/**
12961301
*
12971302
*/
@@ -2192,7 +2197,8 @@ declare class Application {
21922197
bind(eventName: ApplicationEvent, function_: Function): void
21932198

21942199
/**
2195-
*
2200+
* Notifies App that Preferences have changed
2201+
* Only valid argument currently is 'BE::PreferencesScratchDisksChanged'
21962202
*/
21972203
broadcastPrefsChanged(preferencesThatChanged: string): boolean
21982204

0 commit comments

Comments
 (0)