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

Interface AlignEditor

packages/plugins/alignment/src/plugin/align-editor.ts:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { getOptions } from '../options'
4
5export interface AlignEditor extends Editor {
6 toggleAlign: (value?: AlignKeys) => void
7}
8
9export const AlignEditor = {
10 isAlignEditor: (editor: Editor): editor is AlignEditor => {

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…