interface IH5PDialog {
    new IH5PDialog(
        name: string,
        title: string,
        content: string,
        $element: any,
    ): any;
    close(): void;
    open(scrollbar: boolean): void;
}

Constructors

Methods

Constructors

Methods