@docsvision/webclient
Version:
Type definitions for DocsVision WebClient scripts and extensions.
10 lines (9 loc) • 373 B
TypeScript
import { ILayoutBootstrapperParams } from "@docsvision/webclient/System/ILayoutBootstrapperParams";
/** @deprecated */
export declare class LayoutBootstrapper {
private readonly layoutBootstrapperParams;
get rootElementId(): string;
get rootElement(): HTMLElement;
constructor(layoutBootstrapperParams: ILayoutBootstrapperParams);
initialize(): void;
}