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.

Copied to your clipboard
const 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.

Was this helpful?