JumpToNewMessageButtonProps interface
<xref:MessageThreadProps.onRenderJumpToNewMessageButton>の引数です。
プロパティの詳細
onClick
ボタンがクリックされたときのコールバック
onClick: () => void
プロパティ値
() => void
text
ボタン テキストの文字列
text: string
プロパティ値
string