SIDE_EVENTS
Type
{
readonly HOLD_START: "sideHoldStart";
readonly HOLD_END: "sideHoldEnd";
readonly MOVE_START: "sideMoveStart";
readonly MOVE: "sideMove";
readonly MOVE_END: "sideMoveEnd";
readonly WILL_CHANGE: "sideWillChange";
readonly CHANGED: "sideChanged";
readonly WILL_RESTORE: "sideWillRestore";
readonly RESTORED: "sideRestored";
}