JumpToNewMessageButtonProps interface
Arguments for <xref:MessageThreadProps.onRenderJumpToNewMessageButton>.
Property Details
onClick
Callback for when button is clicked
onClick: () => void
Property Value
() => void
text
String for button text
text: string
Property Value
string