@docsvision/webclient
Version:
Type definitions for DocsVision WebClient scripts and extensions.
12 lines (11 loc) • 577 B
TypeScript
import { IFileCommentCallbacks } from "@docsvision/webclient/Legacy/IFileCommentCallbacks";
/** @deprecated Используйте {@link Helpers.ShowFileComments} */
export declare class CommentVersionDialog {
FormActionUrl: string;
DeleteUrl: string;
AddCommentsEnabled: boolean;
OnClosedCallback: (dialog: CommentVersionDialog) => void;
CommentsChanged: boolean;
ShowDialog(item: Element): void;
ShowDialogEx(isPreview: string, cardId: string, fileCardId: string, timestamp: string, versionId: string, callbacks?: IFileCommentCallbacks): void;
}