Optional
customizationEnables customization of looks and behavior See the documentation page on customization for more details.
Optional
alterLibraryFiles?: (This hook is called when the player creates the list of files that are loaded when playing content with the library. Note: This function should be immutable, so it shouldn't change the scripts and styles parameters but create new arrays!
Optional
global?: { scripts?: string[]; styles?: string[] }Lists of JavaScript and CSS files that should always be appended to the list of core player files.
Optional
lockA lock provider to use. By default, the library uses a single-process lock. You must pass in a distributed lock implementation if the library is used in a multi-process or cluster environment.
Optional
permission
The options that can be passed to the constructor of H5PPlayer