@vttforge/core / ChatMessageConfig
Interface: ChatMessageConfig ​
What every CONFIG.<Document> entry carries.
Extends ​
Properties ​
collection? ​
optionalcollection?:AnyClass
Inherited from ​
compendiumIndexFields? ​
optionalcompendiumIndexFields?:string[]
Inherited from ​
DocumentConfig.compendiumIndexFields
dataModels ​
dataModels:
Record<string,AnyClass>
Inherited from ​
documentClass ​
documentClass:
AnyClass
Inherited from ​
modes ​
modes:
Record<string, {icon?:string;label:string; }>
The replacement for the removed CONFIG.Dice.rollModes.
sheetClasses? ​
optionalsheetClasses?:Record<string,Record<string,unknown>>
Inherited from ​
sidebar? ​
optionalsidebar?:object
applicationClass? ​
optionalapplicationClass?:AnyClass
order? ​
optionalorder?:number
Inherited from ​
template? ​
optionaltemplate?:string
typeIcons? ​
optionaltypeIcons?:Record<string,string>
Icon per subtype, shown in the sidebar and on creation dialogs.
Inherited from ​
typeLabels? ​
optionaltypeLabels?:Record<string,string>