Expand description
Contains all the actions that can be broadcasted via crate::sse::broadcaster::Broadcaster
.
Structs§
- The payload of the
ActionType::CreateBaseLayerImage
. This struct should always matchBaseLayerImageDto
. - The payload of the
ActionType::CreatePlanting
. This struct should always matchPlantingDto
. - The payload of the
ActionType::DeleteBaseLayerImage
. - The payload of the
ActionType::DeletePlanting
. - The payload of the
ActionType::MovePlanting
. - The payload of the
ActionType::RestoreDrawingLayer
. - The payload of the
ActionType::TransformPlanting
. - The payload of the actions [
ActionType::UpdatePlantingAddDate]
]. - The payload of [
ActionType::UpdateShading
,ActionType::UpdateHydrology
,ActionType::UpdateSoilTexture
]. - The payload of the [
ActionType::UpdateShadingAddDate
,ActionType::UpdateHydrologyAddDate
,ActionType::UpdateSoilTextureAddDate
]. - The payload of the [
ActionType::UpdateShadingNotes
,ActionType::UpdateHydrologyNotes
,ActionType::UpdateSoilTextureNotes
]. - The payload of the [
ActionType::UpdateShadingRemoveDate
,ActionType::UpdateHydrologyRemoveDate
,ActionType::UpdateSoilTextureRemoveDate
]. - The payload of the
ActionType::UpdateBaseLayerImage
. - The payload of the
ActionType::UpdatePlantingNotes
. - The payload of the
ActionType::UpdateMapGeometry
. - The payload of the
ActionType::UpdatePlantingRemoveDate
. - The payload of the
ActionType::UpdatePlantingNotes
. - The payload of the
ActionType::UpdatePlantingRemoveDate
.
Enums§
- An enum representing all the actions that can be broadcasted via
crate::sse::broadcaster::Broadcaster
.