Skip to content

Events

PropertyTypeDescription
on_openfunction(optional) gets triggered the first time the GlobalStatus appears on the screen. In other words, it has to have been hidden before. Returns { id, status_id, ...properties }.
on_showfunction(optional) gets triggered for the first time and for every new content update the GlobalStatus gets. Returns { id, status_id, ...properties }.
on_closefunction(optional) gets triggered once the GlobalStatus disappears from the screen. Works only if no_animation is not true. Returns { id, status_id, ...properties }.
on_hidefunction(optional) gets triggered once the GlobalStatus is getting closed/hidden by the user. Returns { id, status_id, ...properties }.
on_adjustfunction(optional) gets triggered once the GlobalStatus is getting new content by the user. Returns { id, status_id, ...properties }.