SendBoxStylesProps interface

Fluent styles for <xref:Sendbox>.

Extends

Properties

sendMessageIcon

Styles for the send message icon; These styles will be ignored when a custom send message icon is provided.

sendMessageIconContainer

Styles for the container of the send message icon.

systemMessage

Styles for the system message; These styles will be ignored when a custom system message component is provided.

textField

Styles for the text field.

textFieldContainer

styles for the text field container

Inherited Properties

root

Styles for the root container.

Property Details

sendMessageIcon

Styles for the send message icon; These styles will be ignored when a custom send message icon is provided.

sendMessageIcon?: IStyle

Property Value

IStyle

sendMessageIconContainer

Styles for the container of the send message icon.

sendMessageIconContainer?: IStyle

Property Value

IStyle

systemMessage

Styles for the system message; These styles will be ignored when a custom system message component is provided.

systemMessage?: IStyle

Property Value

IStyle

textField

Styles for the text field.

textField?: IStyle

Property Value

IStyle

textFieldContainer

styles for the text field container

textFieldContainer?: IStyle

Property Value

IStyle

Inherited Property Details

root

Styles for the root container.

root?: IStyle

Property Value

IStyle

Inherited From BaseCustomStyles.root