Preparing search index...
The search index is not available
Ryanlink - v1.0.0
Ryanlink
LyricsResult
Interface LyricsResult
interface
LyricsResult
{
sourceName
:
string
;
provider
:
string
;
text
:
null
|
string
;
lines
:
LyricsLine
[]
;
track
:
{
title
:
string
;
artist
:
string
;
album
?:
string
;
duration
:
number
;
}
;
}
Index
Properties
source
Name
provider
text
lines
track
Properties
source
Name
source
Name
:
string
provider
provider
:
string
text
text
:
null
|
string
lines
lines
:
LyricsLine
[]
track
track
:
{
title
:
string
;
artist
:
string
;
album
?:
string
;
duration
:
number
;
}
Type declaration
title
:
string
artist
:
string
Optional
album
?:
string
duration
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
source
Name
provider
text
lines
track
Ryanlink - v1.0.0
Loading...