Discolink
    Preparing search index...

    Interface LyricsLineEvent

    interface LyricsLineEvent {
        type: LyricsLine;
        lineIndex: number;
        line: LyricsLine;
        skipped: boolean;
        op: Event;
        guildId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    The type of event

    lineIndex: number
    skipped: boolean
    op: Event

    The op type

    guildId: string

    The guild id