Skip to content

textmode.js / input / touch / TouchLongPressHandler

Type Alias: TouchLongPressHandler

ts
type TouchLongPressHandler = (data) => void;

Long-press event callback signature.

Parameters

ParameterType
dataTouchLongPressEventData

Returns

void