H5P NodeJS Library
    Preparing search index...
    interface IH5PDialog {
        new IH5PDialog(
            name: string,
            title: string,
            content: string,
            $element: any,
        ): any;
        close(): void;
        open(scrollbar: boolean): void;
    }
    Index

    Constructors

    Methods

    Constructors

    • Parameters

      • name: string
      • title: string
      • content: string
      • $element: any

      Returns any

    Methods

    • Parameters

      • scrollbar: boolean

      Returns void