Hiyve Components - v1.0.0
Preparing search index...
@hiyve/react-media-player
RegionsPlugin
Type Alias RegionsPlugin
type
RegionsPlugin
=
{
addRegion
:
(
options
:
Record
<
string
,
unknown
>
)
=>
WaveSurferRegion
;
enableDragSelection
:
(
options
:
{
color
:
string
}
)
=>
()
=>
void
;
getRegions
:
()
=>
WaveSurferRegion
[]
;
on
:
(
event
:
string
,
callback
:
WaveSurferEventCallback
)
=>
void
;
un
:
(
event
:
string
,
callback
:
WaveSurferEventCallback
)
=>
void
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
add
Region
enable
Drag
Selection
get
Regions
on
un
Properties
add
Region
addRegion
:
(
options
:
Record
<
string
,
unknown
>
)
=>
WaveSurferRegion
enable
Drag
Selection
enableDragSelection
:
(
options
:
{
color
:
string
}
)
=>
()
=>
void
get
Regions
getRegions
:
()
=>
WaveSurferRegion
[]
on
on
:
(
event
:
string
,
callback
:
WaveSurferEventCallback
)
=>
void
un
un
:
(
event
:
string
,
callback
:
WaveSurferEventCallback
)
=>
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add
Region
enable
Drag
Selection
get
Regions
on
un
Hiyve Components - v1.0.0
Loading...