Class H5PMediaCopyright

Constructors

  • Parameters

    • copyright: Record<string, string> & {
          license: string;
          version?: string;
      }
    • Optional labels: Record<string, string>
    • Optional order: string[]
    • Optional extraFields: 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