Share via


IncomingCallNotificationStyles interface

Styles for the incoming call notification component.

Properties

acceptButton

Styles for the accept buttons.

avatarContainer

Styles for the avatar container.

rejectButton

Styles for the reject button.

root

Styles for the root container.

Property Details

acceptButton

Styles for the accept buttons.

acceptButton?: IButtonStyles

Property Value

IButtonStyles

avatarContainer

Styles for the avatar container.

avatarContainer?: IComponentStyles<IStackSlots>

Property Value

IComponentStyles<IStackSlots>

rejectButton

Styles for the reject button.

rejectButton?: IButtonStyles

Property Value

IButtonStyles

root

Styles for the root container.

root?: IComponentStyles<IStackSlots>

Property Value

IComponentStyles<IStackSlots>