Interface ILottoBallListProps

Props for the LottoBallListComponent.

Hierarchy

  • ILottoBallListProps

Properties

ballList: Ball[]

The list of ball objects to be rendered. See Ball.

ballListStyle?: CSSProperties

Custom styles for the container of the ball list.

ballStyle?: CSSProperties

Custom styles applied to each individual ball.

className?: string

Optional CSS class name for the container.

maximumPick: number

The total number of ball slots to display. If ballList has fewer items, empty slots will be shown.

Generated using TypeDoc