interface GameButton {
    callback_game: CallbackGame;
    text: string;
}

Hierarchy (view full)

Properties

Properties

callback_game: CallbackGame

Description of the game that will be launched when the user presses the button.

NOTE: This type of button must always be the first button in the first row.

text: string

Label text on the button