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

    Interface SpectatorNote

    interface SpectatorNote {
        isSpectator: boolean;
        name: string;
        text: string;
    }
    Index

    Properties

    Properties

    isSpectator: boolean
    name: string

    The username of the person setting the note.

    text: string