Interface: CanvasesEditArguments
Extends
CanvasID
.TokenOverridable
Properties
canvas_id
canvas_id: string;
Description
Encoded ID of the canvas.
Inherited from
CanvasID.canvas_id
Defined in
packages/web-api/src/types/request/canvas.ts:6
changes
changes: [Change, ...Change[]];
Description
List of changes to apply to the canvas.
Defined in
packages/web-api/src/types/request/canvas.ts:88
token?
optional token: string;
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token