Options for AddBox.

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

Properties

Properties

label?: string

Optional label shown above the boxed content.

style?: Record<string, unknown>

Safe CSS-like renderer style metadata.