Options
All
  • Public
  • Public/Protected
  • All
Menu

Module view/ControlPanel

Variables

Functions

Variables

Const useStyles

useStyles: function = makeStyles(theme => ({container: {textAlign: "center",marginTop: 0,height: 10,},progress: {height: 10,},speedDial: {position: "absolute",bottom: theme.spacing(2),right: theme.spacing(2),},control: {position: "absolute",bottom: theme.spacing(4),left: theme.spacing(4),right: theme.spacing(4),},buttonGroup: {backgroundColor: theme.palette.secondary.light,}}))

CSS style hook for ControlPanel component

Type declaration

    • (props?: any): ClassNameMap<ClassKey>
    • Parameters

      • Optional props: any

      Returns ClassNameMap<ClassKey>

Functions

Const ControlPanel

  • ControlPanel(): Element
  • React Component representing group of action buttons near the bottom border of the GamePage page. It also handles whether the buttons should be disabled or not and shows progress bar above these buttons when waiting for response from blockchain.

    Returns Element

Generated using TypeDoc