RealTimeTextProps interface

RealTimeText の 1 行の小道具。

プロパティ

displayName

ユーザーの表示名

id

RealTimeText の ID

isMe

RealTimeText がローカル ユーザーからのものかどうかを示すブール値

isTyping

RealTimeText がまだ進行中かどうかを示すブール値

message

RealTimeText コンテンツ

onRenderAvatar

アバターのレンダリングをオーバーライドするオプションのコールバック。

strings

RealTimeText の文字列

userId

ユーザーのユーザー 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

RealTimeText の文字列

strings?: RealTimeTextStrings

プロパティ値

userId

ユーザーのユーザー ID

userId?: string

プロパティ値

string