File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -293,9 +293,10 @@ declare namespace Office {
293293 */
294294 function initialize(reason: InitializationReason): void;
295295 /**
296+ * Checks if the specified requirement set is supported by the Office application.
297+ *
296298 * @deprecated This API returns inaccurate values when used on desktop applications. Use `Office.context.requirements.isSetSupported` instead.
297299 *
298- * Checks if the specified requirement set is supported by the Office application.
299300 * @param name - Set name; e.g., "MatrixBindings".
300301 * @param minVersion - The minimum required version; e.g., "1.4".
301302 */
Original file line number Diff line number Diff line change @@ -293,9 +293,10 @@ declare namespace Office {
293293 */
294294 function initialize(reason: InitializationReason): void;
295295 /**
296- * @deprecated This API returns inaccurate values when used on desktop applications. Use `Office.context.requirements.isSetSupported` instead.
297- *
298296 * Checks if the specified requirement set is supported by the Office application.
297+ *
298+ * @deprecated This API returns inaccurate values when used on desktop applications. Use `Office.context.requirements.isSetSupported` instead.
299+ *
299300 * @param name - Set name; e.g., "MatrixBindings".
300301 * @param minVersion - The minimum required version; e.g., "1.4".
301302 */
You can’t perform that action at this time.
0 commit comments