H5P NodeJS Library
    Preparing search index...

    Used to send statistical information about the usage of the library to the H5P Hub. NOTE: This functionality is not implemented yet.

    interface ILibraryUsageStatistics {
        content: number;
        created: number;
        createdUpload: number;
        deleted: number;
        loaded: number;
        patch: number;
        resultViews: number;
        shortcodeInserts: number;
    }
    Index

    Properties

    content: number

    The number of content objects created for this library

    created: number

    The number of 'created' events from the log. (Can probably be different from 'content' as content objects can also be deleted again.)

    createdUpload: number

    The number of 'createdUpload' events from the log

    deleted: number

    The number of 'deleted' events from the log

    loaded: number

    The number of 'loaded' events (= views?) from log.

    patch: number

    Used patch version

    resultViews: number

    The number of 'resultViews' events from log

    shortcodeInserts: number

    The number of 'shortcode insert' events from log (Unclear what this is)