From ae745733c93d26df471fa7b673a8d1c7a58eee04 Mon Sep 17 00:00:00 2001 From: Alison McKay Date: Mon, 28 Apr 2025 14:39:38 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Merge=20PR=20#72583=20[custom-fu?= =?UTF-8?q?nctions-runtime]=20(Invocation)=20Fix=20requirement=20set=20tag?= =?UTF-8?q?=20by=20@alison-mk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/custom-functions-runtime/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/custom-functions-runtime/index.d.ts b/types/custom-functions-runtime/index.d.ts index 2bf41e4ca02c59..38234779e8b35a 100644 --- a/types/custom-functions-runtime/index.d.ts +++ b/types/custom-functions-runtime/index.d.ts @@ -82,7 +82,7 @@ declare namespace CustomFunctions { * This value is `true` if the function is invoked to preview the formula value; otherwise it is `false`. * * @remarks - * [Api set: CustomFunctionsRuntime 1.5] + * [Api set: CustomFunctionsRuntime BETA (PREVIEW ONLY)] */ isInValuePreview?: string; }