Premiere Pro DOM APIs
Premiere Pro APIs (aka Document Object Model DOM or OMV) are used to create and modify the application document and content.
Premiere DOM is available only as a JavaScript module and should be retrieved on a need basis using require()
.
To access the Premiere DOM APIs, use
Copied to your clipboardconst app = require("premierepro");
DOM version
The minimum DOM version needed for UXP development is the same as the minimum required version of Premiere Pro Beta that supports UXP development.