Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DialogProps

Index

Properties

Optional allowDismiss

allowDismiss?: boolean

Optional closeRef

closeRef?: MutableRefObject<() => void>

If you need to close the dialog, call this function rather than simply no longer returning the dialog from your render method. This is necessary for the fade out animation to play.

Optional focusFirst

focusFirst?: boolean

Optional modalClass

modalClass?: string

Optional modalFooter

modalFooter?: ReactNode

title

title: ReactNode

Methods

onClose

  • onClose(): void

Optional onOpen

  • onOpen(): void

Generated using TypeDoc