getCell()
returns the config object of a cell
getCell(id: string): object;
Parameters:
id: string
- the id of a cell
Returns:
The config object of a cell.
Example
tabbar.getCell("rome");
A returned object looks like this:
{_uid: "u1581524705962", config: {…}, _parent: Tabbar, events: EventSystem, …}