three-story-controls

Home > three-story-controls > KeyboardAdaptorType

KeyboardAdaptorType type

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';