Interface IHandOptions<TCard>

Options for creating a .

Type Parameters

Hierarchy

  • IHandOptions

Properties

alignment?: Alignment

How cards in a hand are positioned when there is free space.

autoSort?: CardComparer<TCard>

Optional comparison function to auto-sort newly added cards.

orientation?: CardOrientation

Default orientation of new cards added to the hand.

Generated using TypeDoc