Options
All
  • Public
  • Public/Protected
  • All
Menu

Module view/InfoPanel

Type aliases

Variables

Functions

Type aliases

Props

Props: object

React props for InfoPanel component

Type declaration

  • Optional header?: undefined | string

    Optional title of the info panel

Variables

Const useStyles

useStyles: function = makeStyles(theme => ({panel: {padding: "5px",marginBottom: "5px",},margin: {marginBottom: "5px",}}))

CSS style hook for InfoPanel component

Type declaration

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

      • Optional props: any

      Returns ClassNameMap<ClassKey>

Functions

Const InfoPanel

  • InfoPanel(__namedParameters: object): Element
  • React Component representing generic information panel, used in the project. It consists of header title and the content (in form of the children prop).

    Parameters

    • __namedParameters: object
      • children: undefined | null | string | number | false | true | object | ReactElement<any, string | function | object> | ReactNodeArray | ReactPortal
      • header: undefined | string

    Returns Element

Generated using TypeDoc