UNPKG

phaser4-rex-plugins

Version:
11 lines (10 loc) 248 B
var GetTab = function (key) { var index; if (typeof (key) === 'number') { index = key; } else { index = this.getPageIndex(key); } return this.getElement('tabs.buttons')[index]; } export default GetTab;