Expand description
Element configuration structs consumed by layout integrations. Element configuration data passed into Cotis layout.
This module defines the configuration payload attached to each element before layout runs, including style, optional image data, and optional custom payloads.
Modules§
- image_
config - Image-specific element payload wrappers.
- premade_
configs - Convenient type aliases for common element config signatures.
- style
- Styling structures and layout-related style primitives.
Style structs used by
crate::element_configs::ElementConfig. - text_
config - Text and rich-text element configuration types. Text element configuration types.
Structs§
- Element
Config - Generic element configuration consumed by layout crates.