interface ApiInlineLvlSdt -> Select

This commit is contained in:
Artur
2026-02-25 11:31:08 +03:00
parent 57eb723aac
commit 78433aed1f

View File

@ -595,6 +595,7 @@ interface ApiInlineLvlSdt {
Push(oElement: DocumentElement): boolean;
RemoveAllElements(): boolean;
RemoveElement(nPos: number): boolean;
Select(): boolean;
SetAlias(sAlias: string): void;
SetLabel(sLabel: string): void;
SetLock(sLockType: "contentLocked" | "sdtContentLocked" | "sdtLocked"): void;