UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

16 lines (15 loc) 693 B
import { ILinkInfoPopoverProps } from "@docsvision/webclient/BackOffice/LinkInfoPopoverProps"; import { ILinkInfoPopoverState } from "@docsvision/webclient/BackOffice/LinkInfoPopoverState"; import React from "react"; /** @internal */ export declare class LinkInfoPopover extends React.Component<ILinkInfoPopoverProps, ILinkInfoPopoverState> { protected commentEditInput: HTMLTextAreaElement; constructor(props: ILinkInfoPopoverProps); onTextClick(event: React.MouseEvent<any>): void; beginEdit(): void; saveComment(): void; onSaveClick(): void; onCommentChange(event: React.SyntheticEvent<any>): void; onCardInfoLoaded: () => void; render(): JSX.Element; }