params:
- name: variant
  type: string
  required: false
  description: Toast variant. Valid entries are "info", "success", "warning", and "error".
- name: id
  type: string
  required: false
  description: Id of the toast.
- name: heading
  type: string
  required: false
  description: Heading of the toast.
- name: srVariant
  type: string
  required: false
  description: Screenreader announcement of the toast variant. The announcement is not limited to the wording of the variant types, for example you can use "information" or "completed" instead of "info" or "success".
- name: content
  type: string
  required: false
  description: Message of the toast.
- name: show
  type: boolean
  required: false
  description: Whether to show or hide the toast.
