Skip to content

FlashMessage model

FlashMessage model consists of the following fields:

  • content: string
  • type: TFlashMessageType
  • isCloseable: boolean
  • timeout: number
  • uuid: string

TFlashMessageType

TFlashMessageType is a string consisting of one of the 5 possible message types:

  • info
  • success
  • warning
  • error
  • notice