Foundry Virtual Tabletop - API Documentation - Version 14
Preparing search index...
CONFIG
ChatMessage
Variable ChatMessage
Const
ChatMessage
:
{
batchSize
:
number
;
collection
:
typeof
ChatMessages
;
dataModels
:
Record
<
string
,
typeof
TypeDataModel
>
;
documentClass
:
typeof
documents
.
ChatMessage
;
embedHandlers
:
DocumentEmbedHandler
[]
;
modes
:
Record
<
string
,
{
handler
:
(
data
:
ChatMessageData
)
=>
void
;
icon
:
string
;
label
:
string
}
,
>
;
popoutClass
:
typeof
ChatPopout
;
sidebarIcon
:
string
;
template
:
string
;
typeHints
:
Record
<
string
,
string
>
;
typeIcons
:
Record
<
string
,
string
>
;
typeLabels
:
Record
<
string
,
string
>
;
}
= ...
Configuration for the ChatMessage document
Type Declaration
batchSize
:
number
collection
:
typeof
ChatMessages
dataModels
:
Record
<
string
,
typeof
TypeDataModel
>
documentClass
:
typeof
documents
.
ChatMessage
embedHandlers
:
DocumentEmbedHandler
[]
modes
:
Record
<
string
,
{
handler
:
(
data
:
ChatMessageData
)
=>
void
;
icon
:
string
;
label
:
string
}
,
>
Supported chat message visibility modes.
popoutClass
:
typeof
ChatPopout
sidebarIcon
:
string
template
:
string
typeHints
:
Record
<
string
,
string
>
typeIcons
:
Record
<
string
,
string
>
typeLabels
:
Record
<
string
,
string
>
Settings
Member Visibility
Protected
Inherited
Private
Internal
Theme
OS
Light
Dark
Foundry Virtual Tabletop - API Documentation - Version 14
Loading...
Configuration for the ChatMessage document