'class': {
"tooltip": true,
"play": true,
- "bottom": true, //display below
"seek": this.seek,
"playing": this.mode == "human",
"spaceright": true,
'class': {
"tooltip":true,
"play": true,
- "bottom": true,
"playing": this.mode == "computer",
"spaceright": true,
},
'class': {
"tooltip":true,
"play": true,
- "bottom": true,
"playing": this.mode == "friend",
"spaceright": true,
},
'class': {
"tooltip":true,
"play": true,
- "bottom": true,
},
},
[h('i', { 'class': { "material-icons": true } }, "flag")])