@univerjs/sheets v0.4.2 • Docs
Variable: EffectRefRangId
const EffectRefRangId: {
DeleteRangeMoveLeftCommandId: "sheet.command.delete-range-move-left";
DeleteRangeMoveUpCommandId: "sheet.command.delete-range-move-up";
InsertColCommandId: "sheet.command.insert-col";
InsertRangeMoveDownCommandId: "sheet.command.insert-range-move-down";
InsertRangeMoveRightCommandId: "sheet.command.insert-range-move-right";
InsertRowCommandId: "sheet.command.insert-row";
MoveColsCommandId: "sheet.command.move-cols";
MoveRangeCommandId: "sheet.command.move-range";
MoveRowsCommandId: "sheet.command.move-rows";
RemoveColCommandId: "sheet.command.remove-col";
RemoveRowCommandId: "sheet.command.remove-row";
ReorderRangeCommandId: "sheet.command.reorder-range";
};
Type declaration
Defined in
packages/sheets/src/services/ref-range/type.ts:75 (opens in a new tab)