Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RenderIconProps

Hierarchy

  • RenderIconProps

Index

Properties

clickEvent

clickEvent: ToolbarButtonProps["onClick"]

The function to trigger when clicking this button

Optional disableTooltip

disableTooltip: ToolbarButtonProps["disableTooltip"]

Disables the inclusion of a tooltip

default

false

Optional disabled

disabled: ToolbarButtonProps["disabled"]

Whether this button should be disabled or not

default

false

icon

icon: Element

The Material Icon to display in this paper button

Optional tooltipPlacement

tooltipPlacement: ToolbarButtonProps["tooltipPlacement"]

The placement for the tooltip

default

top

Optional tooltipText

tooltipText: ToolbarButtonProps["tooltipText"]

The text content to put in the tooltip

default

'Click Me'

Generated using TypeDoc