UNPKG

@protorians/core

Version:
12 lines (11 loc) 424 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WalkableAction = void 0; var WalkableAction; (function (WalkableAction) { WalkableAction["Next"] = "next"; WalkableAction["Previous"] = "previous"; WalkableAction["First"] = "first"; WalkableAction["Last"] = "last"; WalkableAction["Jump"] = "jump"; })(WalkableAction || (exports.WalkableAction = WalkableAction = {}));