1.1.3
Action to longpress on an element
The node to listen to
Duration of the longpress in milliseconds
<button use:longpress={1000} on:longpress={() => alert("longpress")}> Copy
<button use:longpress={1000} on:longpress={() => alert("longpress")}>
Version
1.1.3
Remarks
Action to longpress on an element
Param: node
The node to listen to
Param: duration
Duration of the longpress in milliseconds
Example