UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

9 lines (8 loc) 192 B
/** @internal */ export interface IControl { rootElement: HTMLElement; ID(value?: string): string; isInit: boolean; Init(onComplete?: () => void): void; Destroy(): void; }