次の方法で共有


JumpToNewMessageButtonProps interface

の <xref:MessageThreadProps.onRenderJumpToNewMessageButton>引数。

プロパティ

onClick

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

text

ボタン テキストの文字列

プロパティの詳細

onClick

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

onClick: () => void

プロパティ値

() => void

text

ボタン テキストの文字列

text: string

プロパティ値

string