mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[office-js, office-js-preview] Note about suspendScreenUpdatingUntilNextSync behavior (#43493)
* Removing prompt verbage from selection binding options * Note about suspendScreenUpdatingUntilNextSync behavior
This commit is contained in:
parent
c03bbb7743
commit
ced96117ff
4
types/office-js-preview/index.d.ts
vendored
4
types/office-js-preview/index.d.ts
vendored
@ -21199,7 +21199,9 @@ declare namespace Excel {
|
||||
*/
|
||||
suspendApiCalculationUntilNextSync(): void;
|
||||
/**
|
||||
* Suspends sceen updating until the next "context.sync()" is called.
|
||||
* Suspends screen updating until the next `context.sync()` is called.
|
||||
*
|
||||
* **Note**: Don't call `suspendScreenUpdatingUntilNextSync` repeatedly (such as in a loop). Repeated calls will cause the Excel window to flicker.
|
||||
*
|
||||
* [Api set: ExcelApi 1.9]
|
||||
*/
|
||||
|
||||
6
types/office-js/index.d.ts
vendored
6
types/office-js/index.d.ts
vendored
@ -18339,8 +18339,10 @@ declare namespace Excel {
|
||||
*/
|
||||
suspendApiCalculationUntilNextSync(): void;
|
||||
/**
|
||||
* Suspends sceen updating until the next "context.sync()" is called.
|
||||
*
|
||||
* Suspends screen updating until the next `context.sync()`is called.
|
||||
*
|
||||
* **Note**: Don't call `suspendScreenUpdatingUntilNextSync` repeatedly (such as in a loop). Repeated calls will cause the Excel window to flicker.
|
||||
*
|
||||
* [Api set: ExcelApi 1.9]
|
||||
*/
|
||||
suspendScreenUpdatingUntilNextSync(): void;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user