PremiereRemote icon indicating copy to clipboard operation
PremiereRemote copied to clipboard

Adobe missed a function in PremierePro.23.0.d.ts

Open Tomshiii opened this issue 9 months ago • 2 comments

There may be other functions that adobe has missed given they don't update cep stuff anymore but, SourceMonitor in PremierePro.23.0.d.ts is missing getProjectItem(): ProjectItem

You can see it in the community documentation here (and I personally use it myself in a function so it definitely exists)

Edit: move(Time) is missing from TrackItem [doc] Edit 2: setSettings(newSettings): void should be setSettings(newSettings): Boolean

Tomshiii avatar Apr 23 '25 10:04 Tomshiii