copy
creates a copy of a card and places the copy below the original
void copy(number|string id);
| id | number|string | the ID of the original card |
Example
$$("kanban").copy("demos1");
See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.