Element

interface Element

Base interface for UI elements in the Iced framework. This provides a common abstraction for platform-specific UI implementations.

Inheritors

Properties

Link copied to clipboard
abstract val key: String?

A unique identifier for this element, used for efficient updates.