When I use tabview I know that each tabview cell features include:
- header - string with a heading for the cell, displayed as tab title;
- body - configuration object for the component that is placed in this cell.
But I don’t know how to use methods, properties and events of body. Where I can find methods, properties and events of body?