hoshimi
    Preparing search index...

    Interface LyricsResult

    The interface of the node lyrics result.

    interface LyricsResult {
        lines: LyricsLine[];
        plugin: PluginInfo;
        provider: string;
        sourceName: string;
        text: string | null;
    }
    Index

    Properties

    lines: LyricsLine[]

    The lyrics lines of the result.

    plugin: PluginInfo

    The plugin information of the result.

    provider: string

    The provider name of the lyric result.

    sourceName: string

    The source name of the lyric result.

    text: string | null

    The lyrics text of the result.