copy

creates a copy of a card and places the copy below the original

void copy(number|string id);
idnumber|stringthe ID of the original card

Example

$$("kanban").copy("demos1");

See also
Back to top