applyFilters( "apply_z_index", zIndex, area );
applyFilters( "apply_z_index_{key}", zIndex, area );
Filters the z-index of an Area before it is applied to the DOM element.
Returns
Returns the filtered z-index value, which must be an integer, or undefined
to not change the z-index.
Notes
No notes