frontend
Preparing search index...
types/card
ActionLogEntry
Interface ActionLogEntry
A single entry in the game action log.
interface
ActionLogEntry
{
actionType
:
string
;
cards
?:
Card
[]
;
detail
:
string
;
playerIdx
:
number
;
turnNumber
:
number
;
}
Index
Properties
action
Type
cards?
detail
player
Idx
turn
Number
Properties
action
Type
actionType
:
string
Optional
cards
cards
?:
Card
[]
detail
detail
:
string
player
Idx
playerIdx
:
number
turn
Number
turnNumber
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
Type
cards
detail
player
Idx
turn
Number
frontend
Loading...
A single entry in the game action log.