Chat Module
A description and examples of the chat module can be found here.
Chat
Slots
Name | Description |
pre-content | |
empty | |
default | |
Props
Name | Type | Description | Default |
player | () => PlayerData | null | | |
state-key | String | | "chatState" |
show-recipients | Boolean | | true |
sender-name | String | | "Alter" |
placeholder | String | | "Write a message..." |
Events
Name | Description |
message | Arguments
|
ChatModal
Slots
Props
Name | Type | Description | Default |
player | () => PlayerData | null | | |
state-key | String | | "chatState" |
show-recipients | Boolean | | true |
sender-name | String | | "Alter" |
placeholder | String | | "Write a message..." |