Configuration for a custom plugin component in the player, alongside with a button configuration that triggers the plugin.

interface RNButtonPluginComponent {
    buttonIconUrl: string;
    buttonTTSIdentifier: string;
    component: RNPluginComponent;
}

Properties

buttonIconUrl: string

URL of the icon to display on the plugin button.

buttonTTSIdentifier: string

Text-to-speech identifier for accessibility.

Plugin component configration.