@aurigma/design-atoms-interfaces
Version:
9 lines (8 loc) • 388 B
JavaScript
export var SelectionCommand;
(function (SelectionCommand) {
SelectionCommand["clearSelection"] = "clearSelection";
SelectionCommand["selectFirst"] = "selectFirst";
SelectionCommand["selectItems"] = "selectItems";
SelectionCommand["selectItemsByRect"] = "selectItemsByRect";
SelectionCommand["selectAll"] = "selectAll";
})(SelectionCommand || (SelectionCommand = {}));