frontend
Preparing search index...
hooks/useActionLog
useActionLog
Function useActionLog
useActionLog
(
game
:
|
"blackjack"
|
"baccarat"
|
"poker"
|
"holdem"
|
"omaha"
|
"shortdeck"
|
"indianpoker"
|
"videopoker"
|
"deuceswild"
|
"jokerpoker"
|
"threecard"
|
"pineapple"
|
"sevencardstud"
|
"hearts"
|
"spades"
|
"euchre"
|
"bridge"
|
"napoleon"
|
"ohhell"
|
"oldmaid"
|
"doubt"
|
"daifugo"
|
"sevens"
|
"crazyeights"
|
"speed"
|
"gofish"
|
"pinochle"
|
"pigtail"
|
"klondike"
|
"freecell"
|
"spider"
|
"pyramid"
|
"tripeaks"
|
"memory"
|
"ginrummy"
|
"canasta"
|
"cribbage"
|
"golf"
|
"clocksolitaire"
,
)
:
{
actionLog
:
ActionLogEntry
[]
|
null
;
hideActionLog
:
()
=>
void
;
showActionLog
:
()
=>
Promise
<
void
>
;
}
Hook that provides action log fetching and display state for a game.
Parameters
game
:
|
"blackjack"
|
"baccarat"
|
"poker"
|
"holdem"
|
"omaha"
|
"shortdeck"
|
"indianpoker"
|
"videopoker"
|
"deuceswild"
|
"jokerpoker"
|
"threecard"
|
"pineapple"
|
"sevencardstud"
|
"hearts"
|
"spades"
|
"euchre"
|
"bridge"
|
"napoleon"
|
"ohhell"
|
"oldmaid"
|
"doubt"
|
"daifugo"
|
"sevens"
|
"crazyeights"
|
"speed"
|
"gofish"
|
"pinochle"
|
"pigtail"
|
"klondike"
|
"freecell"
|
"spider"
|
"pyramid"
|
"tripeaks"
|
"memory"
|
"ginrummy"
|
"canasta"
|
"cribbage"
|
"golf"
|
"clocksolitaire"
Returns
{
actionLog
:
ActionLogEntry
[]
|
null
;
hideActionLog
:
()
=>
void
;
showActionLog
:
()
=>
Promise
<
void
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Hook that provides action log fetching and display state for a game.