Skip to content

@vttforge/core / ChatMessageConfig

Interface: ChatMessageConfig ​

What every CONFIG.<Document> entry carries.

Extends ​

Properties ​

collection? ​

optional collection?: AnyClass

Inherited from ​

DocumentConfig.collection


compendiumIndexFields? ​

optional compendiumIndexFields?: string[]

Inherited from ​

DocumentConfig.compendiumIndexFields


dataModels ​

dataModels: Record<string, AnyClass>

Inherited from ​

DocumentConfig.dataModels


documentClass ​

documentClass: AnyClass

Inherited from ​

DocumentConfig.documentClass


modes ​

modes: Record<string, { icon?: string; label: string; }>

The replacement for the removed CONFIG.Dice.rollModes.


sheetClasses? ​

optional sheetClasses?: Record<string, Record<string, unknown>>

Inherited from ​

DocumentConfig.sheetClasses


optional sidebar?: object

applicationClass? ​

optional applicationClass?: AnyClass

order? ​

optional order?: number

Inherited from ​

DocumentConfig.sidebar


template? ​

optional template?: string


typeIcons? ​

optional typeIcons?: Record<string, string>

Icon per subtype, shown in the sidebar and on creation dialogs.

Inherited from ​

DocumentConfig.typeIcons


typeLabels? ​

optional typeLabels?: Record<string, string>

Inherited from ​

DocumentConfig.typeLabels

MIT licensed.