The Combatant field the combatant selector reads.

interface CombatantTokenRef {
    tokenId: null | string;
}

Properties

Properties

tokenId: null | string

The id of the token this combatant represents, if any.