H5P NodeJS Library
    Preparing search index...

    This is the structure of "data transfer objects" that are passed back to the Javascript client. It is used when giving a rough overview of installed libraries.

    interface ILibraryOverviewForClient {
        majorVersion: number;
        metadataSettings: any;
        minorVersion: number;
        name: string;
        restricted: boolean;
        runnable: boolean | 0 | 1;
        title: string;
        tutorialUrl: string;
        uberName: string;
    }
    Index

    Properties

    majorVersion: number
    metadataSettings: any
    minorVersion: number
    name: string
    restricted: boolean
    runnable: boolean | 0 | 1
    title: string
    tutorialUrl: string
    uberName: string

    The name of the library in the format "H5P.Library-1.0"