Home > three-story-controls > WheelAdaptorType
A discrete adaptor works as a trigger - only firing events when wheel events pass a given threshold, whereas a continuous adaptor continuously fires events on wheel
Signature:
export declare type WheelAdaptorType = 'discrete' | 'continuous';