Variable VerticalMergeTypeConst

VerticalMergeType: {
    CONTINUE: "continue";
    RESTART: "restart";
} = ...

Vertical merge types.

Type declaration

  • Readonly CONTINUE: "continue"

    Cell that is merged with upper one.

  • Readonly RESTART: "restart"

    Cell that is starting the vertical merge.

Generated using TypeDoc