interface RollBackward {
    direction: "backward";
    point: PointOrOrigin;
    tip: TipOrOrigin;
}

Properties

Properties

direction: "backward"