Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Optional button

button: undefined | false | true

button - if true, row will be clickable.

type:

{boolean}

Optional children

children: any

The content of element

Optional className

className: undefined | string

className - element class name

Optional classes

classes: any

classes - user defined object with classes.

see

For more information see MaterialUI classes overriding

Optional ref

ref: any

ref - reference object.

see

More about React refs

Optional style

style: any

style - styles of component

Methods

Optional onClick

  • onClick(event: Object): void

Optional onDoubleClick

  • onDoubleClick(event: Object): void

Generated using TypeDoc