src/lib/inbox/services/update-presets.service.ts
Service to update the presets and check if the inbox has changed.
Properties |
Methods |
|
| handleChangesOfPreset | ||||||||
handleChangesOfPreset(action: string)
|
||||||||
|
Handles the changes in the presets.
Parameters :
Returns :
void
|
| Public setCurrentRenamedPreset | ||||||||
setCurrentRenamedPreset(renamedPreset: literal type)
|
||||||||
|
Set the current renamed preset, by the preset textarea field.
Parameters :
Returns :
void
|
| Public setNewPresetName | ||||||||
setNewPresetName(newPresetName: string[])
|
||||||||
|
Set the new preset name from the different fields.
Parameters :
Returns :
void
|
| modifiedPresets$ |
Type : unknown
|
Default value : new BehaviorSubject<IPreset[]>([])
|
|
The presets group that are to be emitted to the consuming application. |
| newPresetName$ |
Type : unknown
|
Default value : new BehaviorSubject<string[]>([])
|
|
The name of the new preset is saved here. [groupName, presetName, presetIdentifier] |