MCPcopy Create free account
hub / github.com/editablejs/editable / AlignOptions

Interface AlignOptions

packages/plugins/alignment/src/options.ts:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4export type AlignHotkey = Record<AlignKeys, string | ((e: KeyboardEvent) => boolean)>
5
6export interface AlignOptions {
7 hotkey?: AlignHotkey
8}
9
10const ALIGN_OPTIONS = new WeakMap<Editor, AlignOptions>()
11

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…