Structs§
- The stable identity of a [
Node
], unique within the node’s tree. - Manages the Accessibility integration.
- 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.
- 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§
- Direction 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.
Functions§
- Align the Y axis of the highlights and cursor of a paragraph
- Align the main alignment of a paragraph
- Compose a new SkParagraph
- Measure colateral global events
- Measure global events
- Merasure the cursor positio and text selection and notify the subscribed component of the element.
- Measure what potential event listeners could be triggered
- Process the events and emit them to the VirtualDOM
- Process the layout of the DOM
- Call the render function for the nodes that should be rendered.
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.