frontend
Preparing search index...
components/blackjack/HandStatusBadges
HandStatusBadgesProps
Interface HandStatusBadgesProps
Props for BlackJack hand status badges.
interface
HandStatusBadgesProps
{
busted
:
boolean
;
doubled
:
boolean
;
isBlackJack
:
boolean
;
surrendered
:
boolean
;
}
Index
Properties
busted
doubled
is
Black
Jack
surrendered
Properties
busted
busted
:
boolean
doubled
doubled
:
boolean
is
Black
Jack
isBlackJack
:
boolean
surrendered
surrendered
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
busted
doubled
is
Black
Jack
surrendered
frontend
Loading...
Props for BlackJack hand status badges.