UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

10 lines (9 loc) 223 B
/** @internal */ export interface ILinkInfoPopoverState { commentText: string; tooLongError: boolean; maxCommentLength: number; editInProcess?: boolean; saving?: boolean; cardInfoLoaded?: boolean; }