Stores the currently selected Case.
The initial value is undefined
.
Beware that setting new values doesn't make copies of the provided Case object, so it is possible that any subscriber could modify the shared object. Subscribed library services don't modify the provided Case, only the owner (TreeTaskContentService) of the Case object performs modifications of it.
Generated using TypeDoc
Holds information about the currently selected Case.
Services that handle various task operations, can use this service to take into consideration changes in frontend data in between backend call and backend response.
This service is used by Tree Case View's TreeTaskContentService.