Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CanMove

Arguments for an event script function, which can move the underlying card.

Hierarchy

  • CanMove

Index

Properties

moveToDone

moveToDone: function

Moves the underlying card to 'Done' column.

param

The custom card.

returns

The promise that indicates if operation was successful or not.

Type declaration

moveToInProgress

moveToInProgress: function

Moves the underlying card to 'In Progress' column.

param

The custom card.

returns

The promise that indicates if operation was successful or not.

Type declaration

moveToTesting

moveToTesting: function

Moves the underlying card to 'Testing' column.

param

The custom card.

returns

The promise that indicates if operation was successful or not.

Type declaration

moveToTodo

moveToTodo: function

Moves the underlying card to 'Todo' column.

param

The custom card.

returns

The promise that indicates if operation was successful or not.

Type declaration

Generated using TypeDoc