Viktorani API - v0.0.8
    Preparing search index...

    Type Alias WidgetType

    WidgetType:
        | "buzzer"
        | "question"
        | "answers"
        | "media"
        | "timer"
        | "buzz_order"
        | "scoreboard"
        | "leaderboard"
        | "player_list"
        | "round_info"
        | "text"
        | "qr_code"
        | "announcement"
        | "image"
        | "game_controls"
        | "progress"

    The set of widget types that can be placed in a GM layout. Each type maps to a distinct React component in the GameMaster screen.