File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -288,6 +288,8 @@ declare namespace Office {
288288 */
289289 function initialize(reason: InitializationReason): void;
290290 /**
291+ * **WARNING**: This API returns inaccurate values when used on desktop applications. Use `Office.context.requirements.isSetSupported` instead.
292+ *
291293 * Checks if the specified requirement set is supported by the Office application.
292294 * @param name - Set name; e.g., "MatrixBindings".
293295 * @param minVersion - The minimum required version; e.g., "1.4".
Original file line number Diff line number Diff line change @@ -288,6 +288,8 @@ declare namespace Office {
288288 */
289289 function initialize(reason: InitializationReason): void;
290290 /**
291+ * **WARNING**: This API returns inaccurate values when used on desktop applications. Use `Office.context.requirements.isSetSupported` instead.
292+ *
291293 * Checks if the specified requirement set is supported by the Office application.
292294 * @param name - Set name; e.g., "MatrixBindings".
293295 * @param minVersion - The minimum required version; e.g., "1.4".
You can’t perform that action at this time.
0 commit comments