JumpToNewMessageButtonProps interface

Arguments for <xref:MessageThreadProps.onRenderJumpToNewMessageButton>.

Properties

onClick

Callback for when button is clicked

text

String for button text

Property Details

onClick

Callback for when button is clicked

onClick: () => void

Property Value

() => void

text

String for button text

text: string

Property Value

string