Section:
To create a XOD document.
1// The extension option is optional if it can be inferred from the URL2// but required if it cannot, or if a blob or file is loaded3const options = { extension: 'xod' };4const doc = await Core.createDocument('/path/file.xod', {});
1// The extension option is optional if it can be inferred from the URL2// but required if it cannot, or if a blob or file is loaded3const options = { extension: 'xod' };4const doc = await CoreControls.createDocument('/path/file.xod', {});
Did you find this helpful?
Trial setup questions?
Need other help?
Pricing or product questions?