Interface UIElementOptions

Common renderer options for display UI elements.

interface UIElementOptions {
    style?: Record<string, unknown>;
}

Properties

Properties

style?: Record<string, unknown>

Safe CSS-like renderer style metadata.