RealTimeTextProps interface
RealTimeText の 1 行の小道具。
プロパティ
| display |
ユーザーの表示名 |
| id | RealTimeText の ID |
| is |
RealTimeText がローカル ユーザーからのものかどうかを示すブール値 |
| is |
RealTimeText がまだ進行中かどうかを示すブール値 |
| message | RealTimeText コンテンツ |
| on |
アバターのレンダリングをオーバーライドするオプションのコールバック。 |
| strings | RealTimeText の文字列 |
| user |
ユーザーのユーザー ID |
プロパティの詳細
displayName
ユーザーの表示名
displayName: string
プロパティ値
string
id
RealTimeText の ID
id: number
プロパティ値
number
isMe
RealTimeText がローカル ユーザーからのものかどうかを示すブール値
isMe?: boolean
プロパティ値
boolean
isTyping
RealTimeText がまだ進行中かどうかを示すブール値
isTyping?: boolean
プロパティ値
boolean
message
RealTimeText コンテンツ
message: string
プロパティ値
string
onRenderAvatar
アバターのレンダリングをオーバーライドするオプションのコールバック。
onRenderAvatar?: OnRenderAvatarCallback
プロパティ値
strings
userId
ユーザーのユーザー ID
userId?: string
プロパティ値
string