mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
office-js: Update max for RoamingSettings (#29421)
This commit is contained in:
committed by
Wesley Wigham
parent
99c221ca8c
commit
00e1cc7c32
2
types/office-js/index.d.ts
vendored
2
types/office-js/index.d.ts
vendored
@@ -16204,7 +16204,7 @@ declare namespace Office {
|
||||
* The set method creates a new setting of the specified name if it does not already exist, or sets an existing setting of the specified name.
|
||||
* The value is stored in the document as the serialized JSON representation of its data type.
|
||||
*
|
||||
* A maximum of 2MB is available for the settings of each add-in, and each individual setting is limited to 32KB.
|
||||
* A maximum of 32KB is available for the settings of each add-in.
|
||||
*
|
||||
* Any changes made to settings using the set function will not be saved to the server until the saveAsync function is called.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user