H5P NodeJS Library
    Preparing search index...

    Interface IAdditionalLibraryMetadata

    This is metadata of a library that is not part of the H5P specification. The data can be used to customize behaviour of h5p-nodejs-library.

    interface IAdditionalLibraryMetadata {
        restricted: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    restricted: boolean

    If set to true, the library can only be used be users who have this special privilege.