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

Interface BlockquoteOptions

packages/plugins/blockquote/src/options.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3export type BlockquoteHotkey = string | ((e: KeyboardEvent) => boolean)
4export interface BlockquoteOptions {
5 hotkey?: BlockquoteHotkey
6 shortcuts?: string[] | boolean
7}
8
9export const BLOCKQUOTE_OPTIONS = new WeakMap<Editor, BlockquoteOptions>()
10

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…