@hanabi-live/game
    Preparing search index...

    Interface ActionNoteList

    interface ActionNoteList {
        isSpectators: readonly boolean[];
        names: readonly string[];
        noteTextLists: readonly (readonly string[])[];
        type: "noteList";
    }
    Index

    Properties

    isSpectators: readonly boolean[]
    names: readonly string[]
    noteTextLists: readonly (readonly string[])[]
    type: "noteList"