APISpreadsheet eventsbeforeFocusSetOn this pagebeforeFocusSet Description Fires before focus is set on a cellUsagebeforeFocusSet: (cell: string) => void | boolean;ParametersThe callback of the event takes the following parameters: cell - (required) the id of a cell ReturnsReturn true to set focus on a cell, false to prevent setting focusExample