JumpToNewMessageButtonProps interface

<xref:MessageThreadProps.onRenderJumpToNewMessageButton>の引数です。

プロパティ

onClick

ボタンがクリックされたときのコールバック

text

ボタン テキストの文字列

プロパティの詳細

onClick

ボタンがクリックされたときのコールバック

onClick: () => void

プロパティ値

() => void

text

ボタン テキストの文字列

text: string

プロパティ値

string