On-Hold Gesture Threshold Value

Hi,

Is there anyway to give custom threshold values for On-Hold gesture in ionic ?
(Default is: 500ms) which i want to change for my application requirement.

create your own directive --> liste on touchstart --> start a timer --> reset timer on touchmove --> execute your function after your timer has reached your treshold value