devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
9 lines (8 loc) • 436 B
JavaScript
export var TableNavDirection;
(function (TableNavDirection) {
TableNavDirection[TableNavDirection["Left"] = -1] = "Left";
TableNavDirection[TableNavDirection["Right"] = 1] = "Right";
TableNavDirection[TableNavDirection["None"] = 0] = "None";
TableNavDirection[TableNavDirection["Up"] = -2] = "Up";
TableNavDirection[TableNavDirection["Down"] = 2] = "Down";
})(TableNavDirection || (TableNavDirection = {}));