interface GameButton {
    callbackGame: {};
    text: string;
}

Hierarchy (view full)

Properties

Properties

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