div-tooltip-mode-modal

Modal mode. Clicks outside do not pass through to underlying elements. Restricts focus to the tooltip. Back button on Android and back gesture on iOS close the tooltip.

Parameters

Parameters Description
type

string

Required parameter.

The value must always be modal.

Available platforms: Android, iOS, web.

JSON
{
  type*: "modal"
}