Skip to main content

@slack/web-api / CanvasesEditArguments

Interface: CanvasesEditArguments

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

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:89

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