@ -567,7 +567,7 @@ The hook functions are uniformly configured under ʻoptions.hook`, and configura
- Default: null
- Default: null
- Usage: Frame selection or trigger before setting selection
- Usage: Frame selection or trigger before setting selection
- Parameter:
- Parameter:
- {Object || Array} [range]: Selection area, may be multiple selection areas
- {Object | Array} [range]: Selection area, may be multiple selection areas
------------
------------
### rangeSelectAfter
### rangeSelectAfter
@ -575,7 +575,7 @@ The hook functions are uniformly configured under ʻoptions.hook`, and configura
- Default: null
- Default: null
- Usage: Frame selection or trigger after setting selection
- Usage: Frame selection or trigger after setting selection
- Parameter:
- Parameter:
- {Object || Array} [range]: Selection area, may be multiple selection areas
- {Object | Array} [range]: Selection area, may be multiple selection areas
------------
------------
### rangeMoveBefore
### rangeMoveBefore
@ -600,7 +600,7 @@ The hook functions are uniformly configured under ʻoptions.hook`, and configura
- Default: null
- Default: null
- Usage: Before the selection
- Usage: Before the selection
- Parameter:
- Parameter:
- {Object || Array} [range]: Selection area, may be multiple selection areas
- {Object | Array} [range]: Selection area, may be multiple selection areas
- {Object} [data]: Data corresponding to the selection area
- {Object} [data]: Data corresponding to the selection area
------------
------------
@ -609,7 +609,7 @@ The hook functions are uniformly configured under ʻoptions.hook`, and configura
- Default: null
- Default: null
- Usage: After the selection is modified
- Usage: After the selection is modified
- Parameter:
- Parameter:
- {Object || Array} [range]: Selection area, may be multiple selection areas
- {Object | Array} [range]: Selection area, may be multiple selection areas
- {Object} [oldData]: Before modification, the data corresponding to the selection area
- {Object} [oldData]: Before modification, the data corresponding to the selection area
- {Object} [newData]: After modification, the data corresponding to the selection area
- {Object} [newData]: After modification, the data corresponding to the selection area
@ -619,7 +619,7 @@ The hook functions are uniformly configured under ʻoptions.hook`, and configura
- Default: null
- Default: null
- Usage: Before copying selection
- Usage: Before copying selection
- Parameter:
- Parameter:
- {Object || Array} [range]: Selection area, may be multiple selection areas
- {Object | Array} [range]: Selection area, may be multiple selection areas
- {Object} [data]: Data corresponding to the selection area
- {Object} [data]: Data corresponding to the selection area
------------
------------
@ -628,7 +628,7 @@ The hook functions are uniformly configured under ʻoptions.hook`, and configura
- Default: null
- Default: null
- Usage: After copying selection
- Usage: After copying selection
- Parameter:
- Parameter:
- {Object || Array} [range]: Selection area, may be multiple selection areas
- {Object | Array} [range]: Selection area, may be multiple selection areas
- {Object} [data]: Data corresponding to the selection area
- {Object} [data]: Data corresponding to the selection area
------------
------------
@ -637,7 +637,7 @@ The hook functions are uniformly configured under ʻoptions.hook`, and configura
- Default: null
- Default: null
- Usage: Before pasting the selection
- Usage: Before pasting the selection
- Parameter:
- Parameter:
- {Object || Array} [range]: Selection area, may be multiple selection areas
- {Object | Array} [range]: Selection area, may be multiple selection areas
- {Object} [data]: The data corresponding to the selection area to be pasted
- {Object} [data]: The data corresponding to the selection area to be pasted
------------
------------
@ -646,7 +646,7 @@ The hook functions are uniformly configured under ʻoptions.hook`, and configura
- Default: null
- Default: null
- Usage: After pasting the selection
- Usage: After pasting the selection
- Parameter:
- Parameter:
- {Object || Array} [range]: Selection area, may be multiple selection areas
- {Object | Array} [range]: Selection area, may be multiple selection areas
- {Object} [originData]: The data corresponding to the selection area to be pasted
- {Object} [originData]: The data corresponding to the selection area to be pasted
- {Object} [pasteData]: Data to paste
- {Object} [pasteData]: Data to paste
@ -692,7 +692,7 @@ The hook functions are uniformly configured under ʻoptions.hook`, and configura
- Default: null
- Default: null
- Usage: Before the selection is cleared
- Usage: Before the selection is cleared
- Parameter:
- Parameter:
- {Object || Array} [range]: Selection area, may be multiple selection areas
- {Object | Array} [range]: Selection area, may be multiple selection areas
- {Object} [data]: The data corresponding to the selection area to be cleared
- {Object} [data]: The data corresponding to the selection area to be cleared
------------
------------
@ -701,7 +701,7 @@ The hook functions are uniformly configured under ʻoptions.hook`, and configura
- Default: null
- Default: null
- Usage: After the selection is cleared
- Usage: After the selection is cleared
- Parameter:
- Parameter:
- {Object || Array} [range]: Selection area, may be multiple selection areas
- {Object | Array} [range]: Selection area, may be multiple selection areas
- {Object} [data]: The data corresponding to the selection area to be cleared
- {Object} [data]: The data corresponding to the selection area to be cleared
------------
------------