frontend
Preparing search index...
types/card
EuchreHint
Interface EuchreHint
A suggested hint for Euchre.
interface
EuchreHint
{
cardIndex
?:
number
;
goAlone
?:
boolean
;
orderUp
?:
boolean
;
reason
:
string
;
suit
?:
number
;
}
Index
Properties
card
Index?
go
Alone?
order
Up?
reason
suit?
Properties
Optional
card
Index
cardIndex
?:
number
Optional
go
Alone
goAlone
?:
boolean
Optional
order
Up
orderUp
?:
boolean
reason
reason
:
string
Optional
suit
suit
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
card
Index
go
Alone
order
Up
reason
suit
frontend
Loading...
A suggested hint for Euchre.