Skip to content

@vttforge/types / CombatConfig

Interface: CombatConfig ​

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


initiative ​

initiative: object

decimals? ​

optional decimals?: number

formula ​

formula: string | null


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


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.