H5P NodeJS Library
    Preparing search index...

    Validates the params received by the editor or when uploading content against the schema specified in the semantic structure of the H5P libraries used for the content.

    IMPORTANT: This class is very incomplete and mostly only a stub!

    Index

    Constructors

    Methods

    • Makes sure the params follow the semantic structure of the library. IMPORTANT: This method changes the contents of mainParams!

      Parameters

      • mainParams: any

        the params; THIS PARAMETER IS MANIPULATED BY THIS METHOD!

      • mainLibraryName: ILibraryName

      Returns Promise<void>