Hierarchy

  • ConfirmationConfig

Properties

body?: string | Element

Body default('')

cancelButtonText?: string

Cancel button text default('Cancel')

confirmButtonText?: string

Confirm button text default('Confirm')

onConfirmOpen?: ((isOpen, args?) => void)

Type declaration

    • (isOpen, args?): void
    • Emits whenever the confirmation state is toggled

      Parameters

      • isOpen: boolean
      • Optional args: unknown

      Returns void

title?: string

Title default('Confirmation Needed')

Generated using TypeDoc