src/lib/inbox-toolbar/inbox-toolbar.service.ts
Provides control and state of the publicly available subjects of the inbox toolbar.
import { InboxToolbarService } from '@talenra/inbox';
Properties |
|
Methods |
|
| Public setCheckboxState | ||||||||
setCheckboxState(state: CheckboxState)
|
||||||||
|
Setter for the checkbox State.
Parameters :
Returns :
void
|
| Public setConfigurationPanelState | ||||||||
setConfigurationPanelState(state: boolean)
|
||||||||
|
Setter for configuration panel state.
Parameters :
Returns :
void
|
| Public setSelectedItemsCount | ||||||||
setSelectedItemsCount(count: number)
|
||||||||
|
Setter for the selected items count.
Parameters :
Returns :
void
|
| Public Readonly checkboxState$ |
Type : BehaviorSubject<CheckboxState>
|
Default value : new BehaviorSubject<CheckboxState>(
CheckboxState.Outline
)
|
|
The input is used to change the state of the toolbar checkbox. The input is an object of |