Divi Areas Pro

doAction( “exit_intent” )

This action is triggered when an exit-intent is detected

doAction( “position_boundary” )

Allows modification of the Area position boundaries.

doAction( “blur_area” )

Fired after event handlers were removed from the Area

DiviAreaItem.setData()

Changes an area configuration value.

doAction( “init_area” )

Fired right after an area was fully initialized and is ready to be displayed.

DiviArea.show()

Triggers the defined Divi Area (e.g., display a Popup or Fly-In)

doAction( “close_area” )

Fired internally by the API to process a stoppable close-request

DiviAreaItem.doAction()

Runs a JS action via DiviArea.doAction() with the given hook name. This function will call two hooks: One exactly as...

applyFilters( “reorder_areas” )

Filters the new z-index of all visible areas.

DiviAreaItem.hasId()

Tests, whether the area is identified by the given ID.