H5P NodeJS Library
    Preparing search index...

    This is the H5P standard editor integration interface.

    interface IEditorIntegration {
        ajaxPath: string;
        apiVersion: { majorVersion: number; minorVersion: number };
        assets: { css: string[]; js: string[] };
        basePath?: string;
        copyrightSemantics?: any;
        enableContentHub?: boolean;
        fileIcon?: { height: number; path: string; width: number };
        filesPath: string;
        hub?: { contentSearchUrl: string };
        language?: string;
        libraryUrl: string;
        metadataSemantics?: any;
        nodeVersionId: string;
        wysiwygButtons?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    ajaxPath: string
    apiVersion: { majorVersion: number; minorVersion: number }
    assets: { css: string[]; js: string[] }
    basePath?: string
    copyrightSemantics?: any
    enableContentHub?: boolean
    fileIcon?: { height: number; path: string; width: number }

    This is a reference ot a generic binary file icon used in some content types.

    filesPath: string

    The path at which temporary files can be retrieved from.

    hub?: { contentSearchUrl: string }
    language?: string
    libraryUrl: string
    metadataSemantics?: any
    nodeVersionId: string
    wysiwygButtons?: string[]