Skip to main content

Type alias: SystemEvent

SystemEvent: {type: "Unknown"; } | {type: "CampaignStarted"; } | {battleId: Battle["id"];roundId: Round["id"];type: "RoundStarted"; } | {type: "RoundEnded"; } | {battleId: Battle["id"];type: "BattleStarted"; } | {battleId: Battle["id"];characterId: Actor["id"];type: "CharacterBattleEnter"; } | {battleId: Battle["id"];characterId: Actor["id"];type: "CharacterBattleLeave"; }

Source

core/events/events.ts:55