Variable: SetScrollRelativeCommand
const SetScrollRelativeCommand: ICommand<ISetScrollRelativeCommandParams>;
Defined in: submodules/univer/packages/sheets-ui/src/commands/commands/set-scroll.command.ts:55
This command is used to manage the scroll by relative offset Usually triggered by wheel event. NOT same as ScrollCommand, which is usually triggered by scrollbar.