UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

11 lines (10 loc) 310 B
/** @internal */ export declare class TrackCardChanges { private traceProvider; constructor(); static OnCardChanged(ownerCardId: any): void; static GetLinkedCardIds(): Array<string>; static GetMainCardId(): string; static RefreshPage(): void; static GetCurrentEmployee(): string; }