Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Variable CombatantGroupConst

    CombatantGroup: {
        dataModels: Record<string, typeof TypeDataModel>;
        documentClass: typeof documents.CombatantGroup;
        embedHandlers: DocumentEmbedHandler[];
        typeHints: Record<string, string>;
        typeIcons: Record<string, string>;
        typeLabels: Record<string, string>;
    } = ...

    Configuration for the CombatantGroup embedded document type within a Combat document.

    Type Declaration