<hx-drop-zone>
v0.14.0+
HelixUI v0.14.0 or later required
The custom <hx-drop-zone>
element provides a visual overlay
when dragging a file, marking the boundaries of where a user can drop.
Attributes
Attributes enable declarative configuration of an element, via HTML markup.
-
drag {String}
read-only -
Its value is automatically set by the element itself and mainly used for CSS styling purposes.
Properties
JavaScript properties enable programmatic access to an element's configuration and state.
-
drag {String}
read-only -
A value of "away" means a file drag is detected on the document, away from the drop zone.
A value of "over" means a file drag is detected on the document, over the drop zone.