h5p-types
    Preparing search index...

    Class H5PMediaCopyright

    Index

    Constructors

    • Parameters

      • copyright: Record<string, string> & { license: string; version?: string }
      • Optionallabels: Record<string, string>
      • Optionalorder: string[]
      • OptionalextraFields: Record<string, string>

      Returns H5PMediaCopyright

    Methods

    • Parameters

      Returns void

    • Returns string

      HTML representation of Copyright

    • Checks if this copyright is undisclosed. I.e. only has the license attribute set, and it's undisclosed.

      Returns boolean