UNPKG

@ryusei/code

Version:

<div align="center"> <a href="https://code.ryuseijs.com"> <img alt="RyuseiCode" src="https://code.ryuseijs.com/images/svg/logo.svg" width="70"> </a>

40 lines 2.23 kB
export declare const EVENT_MOUNT = "mount"; export declare const EVENT_MOUNTED = "mounted"; export declare const EVENT_FOCUS = "focus"; export declare const EVENT_BLUR = "blur"; export declare const EVENT_READONLY = "readOnly"; export declare const EVENT_KEYDOWN = "keydown"; export declare const EVENT_INPUT = "input"; export declare const EVENT_NEWLINE = "newline"; export declare const EVENT_CHANGE = "change"; export declare const EVENT_CHANGED = "changed"; export declare const EVENT_COMPOSITION_START = "compositionStart"; export declare const EVENT_COMPOSITION_UPDATE = "compositionUpdate"; export declare const EVENT_COMPOSITION_END = "compositionEnd"; export declare const EVENT_ANCHOR_LINE_CHANGED = "anchorLineChanged"; export declare const EVENT_FOCUS_LINE_CHANGED = "focusLineChanged"; export declare const EVENT_COPY = "copy"; export declare const EVENT_CUT = "cut"; export declare const EVENT_PASTE = "paste"; export declare const EVENT_KEYMAP = "keymap"; export declare const EVENT_CHUNK_MOVED = "chunkMoved"; export declare const EVENT_CHUNK_SUPPLIED = "chunkSupplied"; export declare const EVENT_SELECTING = "selecting"; export declare const EVENT_SELECTED = "selected"; export declare const EVENT_SELECTION_CHANGE = "selectionChanged"; export declare const EVENT_SCROLL = "scroll"; export declare const EVENT_SCROLLED = "scrolled"; export declare const EVENT_SCROLLER_SCROLL = "scrollerScroll"; export declare const EVENT_WINDOW_SCROLL = "windowScroll"; export declare const EVENT_RESIZE = "resize"; export declare const EVENT_SCROLL_WIDTH_CHANGED = "scrollWidthChanged"; export declare const EVENT_SCROLL_HEIGHT_CHANGED = "scrollHeightChanged"; export declare const EVENT_SYNCED = "synced"; export declare const EVENT_CONTEXT_MENU_OPENED = "contextMenuOpened"; export declare const EVENT_CONTEXT_MENU_CLOSED = "contextMenuClosed"; export declare const EVENT_CONTEXT_MENU_CLICKED = "contextMenuClicked"; export declare const EVENT_RESET = "reset"; export declare const EVENT_INIT_STYLE = "initStyle"; export declare const EVENT_FONT_LOADED = "fontLoaded"; export declare const EVENT_DESTROYED = "destroyed"; //# sourceMappingURL=../../../src/js/constants/events.d.ts.map