The Canva Apps SDK, Connect APIs, and MCP are now unified in the Canva Developers SDK. Learn more⁠(opens in a new tab or window).
Canva Developers SDK
The Canva Apps SDK, Connect APIs, and MCP are now unified in the Canva Developers SDK. Learn more⁠(opens in a new tab or window).
API reference
Intents
Intents: Asset
Intents: Content
Intents: Design
Intents: Test
Platform: Test

appProcess.current

API reference for the appProcess.current property.

Provides methods for interacting with the current app process.

Methods

getInfofunction
Required

Returns information about the current app process.

For more information, see appProcess.current.getInfo.

requestClosefunction
Required

Requests the termination of the current process.

For more information, see appProcess.current.requestClose.

setOnDisposefunction
Required

Registers a callback that runs when the current app process is about to close.

For more information, see appProcess.current.setOnDispose.