getStatuses

returns a copy of the statuses array

array getStatuses();
arraythe array of statuses

Example

const statuses = $$("kanban").getStatuses();

Details

The getStatuses() method allows to get the copy of the statuses array, which is very useful for creating a custom editor.

See also
Back to top