Discolink
GitHub
Preparing search index...
Typings
PlayerPlugin
Interface PlayerPlugin
Represents the structure of a plugin
interface
PlayerPlugin
{
name
:
string
;
eventMap
:
Record
<
string
&
{}
,
any
[]
>
;
init
(
player
:
Player
)
:
void
;
}
Implemented by
Plugin
Index
Properties
name
event
Map
Methods
init
Properties
Readonly
name
name
:
string
event
Map
eventMap
:
Record
<
string
&
{}
,
any
[]
>
Methods
init
init
(
player
:
Player
)
:
void
Parameters
player
:
Player
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
event
Map
Methods
init
GitHub
Discolink
Loading...
Represents the structure of a plugin