AlertSlots

external interface AlertSlots(source)

Inheritors

Properties

Link copied to clipboard
abstract var action: ElementType<*>

The component that renders the action slot.

Link copied to clipboard
abstract var closeButton: ElementType<*>

The component that renders the close button.

Link copied to clipboard
abstract var closeIcon: ElementType<*>

The component that renders the close icon.

Link copied to clipboard
abstract var icon: ElementType<*>

The component that renders the icon slot.

Link copied to clipboard
abstract var message: ElementType<*>

The component that renders the message slot.

Link copied to clipboard
abstract var root: ElementType<*>

The component that renders the root slot.