pipSettings
pipSettings
Service provides an interface to manage 'Settings' component behaviour. It is available on config and run phases.
Register new tab in 'Settings' component. Before adding a tab this method validates passed object.
| Param | Type | Details |
|---|---|---|
| tabObj | Object | Configuration object for new tab. |
Method returns an config object for tabs established as default (it will be opened when app transeferred to abstract state 'settings').
| Array<Object> | Collection of tabs. |
Establish a tab which is available by default (after chose this component in menu).
| Param | Type | Details |
|---|---|---|
| name | string | Name of the default state for this component. |