interface FreecasterPluginOptions {
    component?: string | boolean;
    script?: string | boolean;
}

Properties

Properties

component?: string | boolean

Register the freecaster player component globally. Can be set to true, a custom component name, or false to disable registering the component.

'FreecasterPlayer'
script?: string | boolean

Load the freecaster player script if not already loaded. Can be set to true, a custom url, or false to disable loading the script.

'https://player.freecaster.com/freecaster/stable/fcplayer.js'