Skip to main content

BaseDialog

Index

Properties

optionalanimation

animation?: { config?: any; type: CONFETTI }

Type declaration

  • optionalconfig?: any
  • type: CONFETTI

optionalbuttons

buttons?: DialogButton[]

optionalfooter

footer?: string

optionalhideDragHandle

hideDragHandle?: boolean

optionalonLinkClick

onLinkClick?: (attributes: {}) => void

Type declaration

    • (attributes: {}): void
    • Parameters

      • attributes: {}

        Returns void

    optionaltext

    text?: string

    optionalwidth

    width?: string | number