hoshimi
    Preparing search index...

    Interface LyricsLine

    The interface of the node lyrics line.

    interface LyricsLine {
        duration: number | null;
        line: string;
        plugin: PluginInfo;
        timestamp: number;
    }
    Index

    Properties

    duration: number | null

    The line duration in milliseconds of the lyric line.

    line: string

    The line text of the lyric line.

    plugin: PluginInfo

    The plugin information of the lyric line.

    timestamp: number

    The line start time in milliseconds of the lyric line.