Expand description
Frontend crate - public API for the generated backend.
This crate re-exports everything a UI consumer needs:
AppContext, command wrappers, event client, and DTOs.
DTOs are accessible via structured paths:
frontend::{entity}::dtos::{Entity}Dtofrontend::{feature}::dtos::{UseCaseDto}
Re-exports§
pub use app_context::AppContext;pub use event_hub_client::EventHubClient;pub use flat_event::FlatEvent;pub use flat_event::FlatEventKind;pub use document_editing;pub use document_formatting;pub use document_inspection;pub use document_io;pub use document_search;pub use common;pub use direct_access;
Modules§
- app_
context - block
- commands
- Commands module - cleanly separated command handlers
- document
- event_
hub_ client - flat_
event - Flat event representation for simplified consumer-side matching.
- frame
- inline_
element - list
- resource
- root
Structs§
Enums§
Traits§
- Context
- Provides the
contextmethod forResult.