API reference
Design
Platform
appProcess.current
API reference for the appProcess.current property.
This version of the API is deprecated. This version will soon be unsupported. You should use a stable version of the API in your app.
An object that contains methods for interacting with the current process.
Usage
import { appProcess } from "@canva/platform";console.log(appProcess.current);
TSX
Properties
getInfo
function
REQUIRED
Gets information about the current process.
To learn more, see appProcess.current.getInfo
.
requestClose
function
REQUIRED
Requests the termination of the current process.
To learn more, see appProcess.current.requestClose
.
setOnDispose
function
REQUIRED
Registers a callback that runs when the current process is about to close.
To learn more, see appProcess.current.setOnDispose
.