Some test text!

Search
Hamburger Icon

Web / Guides

Create XOD document

To create a XOD document.

// The extension option is optional if it can be inferred from the URL
// but required if it cannot, or if a blob or file is loaded
const options = { extension: 'xod' };
const doc = await Core.createDocument('/path/file.xod', {});

Get the answers you need: Chat with us