LyricsResult
The interface of the node lyrics result.
Signature
export interface LyricsResultProperties
5Methods
0No methods.
Properties
sourceName: string;The source name of the lyric result.
@type{string}
provider: string;The provider name of the lyric result.
@type{string}
text: string | null;The lyrics text of the result.
@type{string | null}
lines: LyricsLine[];The lyrics lines of the result.
@type{LyricsLine[]}
plugin: PluginInfo;The plugin information of the result.
@type{PluginInfo}