Skip to main content

Interface: CanvasesEditArguments

Defined in: packages/web-api/src/types/request/canvas.ts:86

Extends

  • CanvasID.TokenOverridable

Properties

canvas_id

canvas_id: string;

Defined in: packages/web-api/src/types/request/canvas.ts:6

Description

Encoded ID of the canvas.

Inherited from

CanvasID.canvas_id

changes

changes: [Change, ...Change[]];

Defined in: packages/web-api/src/types/request/canvas.ts:88

Description

List of changes to apply to the canvas.


token?

optional token: string;

Defined in: packages/web-api/src/types/request/common.ts:43

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token