Search results

KeyboardEventsModel API in Angular RichTextEditor API component

Interface for a class KeyboardEvents

Properties

keyAction

EmitType<KeyboardEventArgs>

Specifies the listener when keyboard actions is performed.

eventName

string

Specifies on which event keyboardEvents class should listen for key press. For ex., keyup, keydown or keypress

keyConfigs

{ [key: string]: string }

Specifies key combination and it respective action name.