params:
- name: id
  type: string
  required: true
  description: The ID of the modal.
- name: forcedAction
  type: boolean
  required: false
  description: Disables close functions and forces the user to choose (on true - default is false).
- name: heading
  type: string
  required: true
  description: Heading of the modal.
- name: content
  type: string
  required: true
  description: Content of the modal. Allows HTML.
- name: actions
  type: string
  required: true
  description: Action buttons of the content. Allows HTML.
- name: stepIndicator
  type: boolean
  required: false
  description: Set to true if the modal is used for the step indicator bottom sheet.