Structs§
- The stable identity of a [
Node
], unique within the node’s tree. - Text-like elements with shadows are the only type of elements whose drawing area 1. Can affect other nodes 2. Are not part of their layout
- RealDOM adapter for Torin.
- Event emitted to the DOM.
- Manages the application DOM.
- State consumed by components and updated by the platform.
NodesState
stores the nodes states given incoming events.- Information about the platform.
- Manages all loaded plugins.
- Potential events are events that might get emitted or not.
- Runs the full rendering cycle.
- Tiny wrapper over FreyaDOM to make it thread-safe if desired. This is primarily used by the Devtools and Testing renderer.
- Provides Text measurements using Skia APIs like SkParagraph
Enums§
- Strategy for the next Accessibility Node to be focused.
- Data of a DOM event.
- Custom EventLoop messages
- Events emitted in Freya.
- Event emitted to Plugins.
Constants§
Traits§
- Skeleton for Freya plugins.
- Shortcut functions to retrieve Acessibility info from a Dioxus Node
Functions§
- Align the Y axis of the highlights and cursor of a paragraph
- Align the main alignment of a paragraph
- Returns a
Path
that will draw aBorder
around a base rectangle. - Compose a new SkParagraph
- Measure colateral global events
- Measure global events
- Measure what potential event listeners could be triggered
- Process the events and emit them to the VirtualDOM
- Process the layout of the DOM
Type Aliases§
- Emit events to the VirtualDOM
- Receive events to be emitted to the VirtualDOM
- Queued list of events to be processed by Freya.
- Receive updates by the platform
- Send platform updates from the platform
- Potential events that might be emitted.