Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SnackbarAction

Hierarchy

  • SnackbarAction

Index

Properties

Properties

Optional buttonProps

buttonProps: ButtonProps

Props passed to the underlying [[Button]] By default the props consist of: `typescript

{ color: "secondary", size: "small" } `

Optional onClick

onClick: undefined | function

Really just a "nicer" way of specifying SnackbarMessage.onClickAction

text

text: string

Generated using TypeDoc