PremiereRemote
PremiereRemote copied to clipboard
Adobe missed a function in PremierePro.23.0.d.ts
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