Home > three-story-controls > KeyboardAdaptorType
A discrete adaptor works as a trigger - only firing events on keyup, whereas a continuous adaptor continuously fires events on keydown
Signature:
export declare type KeyboardAdaptorType = 'discrete' | 'continuous';