Share via


NotificationStyles interface

Styles for the notification component.

Properties

content

Styles for the notification content.

icon

Styles for the notification icon.

link

Styles for the notification hyperlink.

primaryButton

Styles for the primary button.

root

Styles for the root container.

secondaryButton

Styles for the secondary button.

title

Styles for the notification title.

Property Details

content

Styles for the notification content.

content?: IComponentStyles<IStackSlots>

Property Value

IComponentStyles<IStackSlots>

icon

Styles for the notification icon.

icon?: IIconStyles

Property Value

IIconStyles

Styles for the notification hyperlink.

link?: IComponentStyles<IStackSlots>

Property Value

IComponentStyles<IStackSlots>

primaryButton

Styles for the primary button.

primaryButton?: IButtonStyles

Property Value

IButtonStyles

root

Styles for the root container.

root?: IComponentStyles<IStackSlots>

Property Value

IComponentStyles<IStackSlots>

secondaryButton

Styles for the secondary button.

secondaryButton?: IButtonStyles

Property Value

IButtonStyles

title

Styles for the notification title.

title?: IComponentStyles<IStackSlots>

Property Value

IComponentStyles<IStackSlots>