@mescius/spread-sheets 19.1.4 → 19.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -21706,13 +21706,11 @@ declare namespace GC{
|
|
|
21706
21706
|
* @param eventParam *boolean* `cancel` Set to true to cancel the mention.
|
|
21707
21707
|
* @example
|
|
21708
21708
|
* ```javascript
|
|
21709
|
-
* ```javascript
|
|
21710
21709
|
* //This example uses the ThreadedCommentChanged event.
|
|
21711
21710
|
* sheet.bind(GC.Spread.Sheets.Events.UserMentioning, function (e, info) {
|
|
21712
21711
|
* info.cancel = true;
|
|
21713
21712
|
* });
|
|
21714
21713
|
* ```
|
|
21715
|
-
* ```
|
|
21716
21714
|
*/
|
|
21717
21715
|
static UserMentioning: string;
|
|
21718
21716
|
/**
|