Expand description
WispCanvasHost + EditorDropZoneCanvas (M-UI.17 / AUT-137).
Editor canvas region. The Leptos component renders a host that picks one of three backends:
CssFallback— dotted drop-zone over the checkered editor canvas (SSR-stable, used in the mdBook screenshot).WispAsset { asset_path }— a deterministic Wisp-generated PNG committed under_docs/book/src/assets/ui/. Loaded via<img>.WispRuntimeUnavailable— banner explaining that runtime Wisp embedding in CSR isn’t wired yet.
The component never touches wgpu directly; it just renders the
backend the parent picked.
Structs§
- Drop
Zone Action View - One drop-zone action card.
- Editor
Drop Zone Canvas Props - Props for the
EditorDropZoneCanvascomponent. - Editor
Drop Zone View - Drop-zone view-model.
- Recent
Clip View - One entry in the recent-clip strip.
- Wisp
Canvas Host Props - Props for the
WispCanvasHostcomponent.
Enums§
- Canvas
Backend View - Which canvas backend to render.
Functions§
- Editor
Drop Zone Canvas - Required Props
- Wisp
Canvas Host - Required Props