Expand description
Leptos-free wire types spoken between a page and its render worker,
compiled under either the leptos or the offscreen feature. Pixel
quantities are physical surface pixels (CSS pixels times the device pixel
ratio), origin at the canvas top-left. Application-defined messages ride
the Custom variants as JSON values.
Structs§
- Selected
Entity - The selected entity as reported to the page: display data only. The worker keeps the live selection and hands it to the custom message handler; nothing here resolves back into an entity.
Enums§
Constants§
- CANVAS_
KEY - Envelope field carrying the transferred
OffscreenCanvas(onInitonly). - MESSAGE_
KEY - Envelope field carrying the serialized message in every
postMessage.