DiviAreaItem A class that defines a single Area (e.g., a single Popup). List of methods: DiviAreaItem.theId() DiviAreaItem.theKey() DiviAreaItem.hasId(id) DiviAreaItem.theType() DiviAreaItem.isType(expected) DiviAreaItem.get(selector) DiviAreaItem.getWrap() DiviAreaItem.attach() DiviAreaItem.detach() DiviAreaItem.findHook() DiviAreaItem.setVisible(state,…
DiviAreaItem.applyFilters() Runs a JS filter via DiviArea.applyFilters() with the given hook name. This function will call two filters: One exactly as specified in the hook, and…
DiviAreaItem.doAction() Runs a JS action via DiviArea.doAction() with the given hook name. This function will call two hooks: One exactly as specified in the hook, and…
DiviAreaItem.addActionOnce() Same as addAction, but the callback is only called once and then is unhooked again