From bfad6469a163f92e68dec58673ee43ddef79ba0e Mon Sep 17 00:00:00 2001 From: Artur Date: Tue, 10 Mar 2026 20:03:36 +0300 Subject: [PATCH] GetCurrentContentControl --- sdkjs-plugins/v1/onlyoffice-types/src/generated/word.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/sdkjs-plugins/v1/onlyoffice-types/src/generated/word.ts b/sdkjs-plugins/v1/onlyoffice-types/src/generated/word.ts index dd7a7616..e51405bc 100644 --- a/sdkjs-plugins/v1/onlyoffice-types/src/generated/word.ts +++ b/sdkjs-plugins/v1/onlyoffice-types/src/generated/word.ts @@ -376,6 +376,7 @@ interface ApiDocument { GetCommentById(sId: string): ApiComment; GetCommentsReport(): CommentReport; GetContent(bGetCopies: boolean): any[]; + GetCurrentContentControl(): ApiBlockLvlSdt | ApiInlineLvlSdt; GetContentControlsByTag(sTag: string): ApiBlockLvlSdt[] | ApiInlineLvlSdt[]; GetCurrentFootEndnote(): ApiDocumentContent | null; GetCurrentPage(): number;