Skip to content

eo-typewriterjs


eo-typewriterjs / EEventKind

Variable: EEventKind

ts
const EEventKind: object;

Defined in: core/events/enums/event-kind.enum.ts:5

Type Declaration

NameTypeDefault valueDefined in
INSERT"insert""insert"core/events/enums/event-kind.enum.ts:6
DELETE"delete""delete"core/events/enums/event-kind.enum.ts:7
MOVE"move""move"core/events/enums/event-kind.enum.ts:8
SELECT"select""select"core/events/enums/event-kind.enum.ts:9
UNSELECT"unselect""unselect"core/events/enums/event-kind.enum.ts:10
STYLE"style""style"core/events/enums/event-kind.enum.ts:11
UNSTYLE"unstyle""unstyle"core/events/enums/event-kind.enum.ts:12

Description

Enum-like map of all supported event kind identifiers

Released under the MIT License.