h5p-types
    Preparing search index...

    Type Alias H5PDisplayOptions

    type H5PDisplayOptions = {
        copy?: boolean;
        copyright?: boolean;
        embed?: boolean;
        export?: boolean;
        frame?: boolean;
        icon?: boolean;
    }
    Index

    Properties

    copy?: boolean
    copyright?: boolean
    embed?: boolean
    export?: boolean
    frame?: boolean
    icon?: boolean