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

Interface Align

packages/plugins/alignment/src/interfaces/align.ts:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22export interface Align extends Element {
23 [ALIGN_ATTR_KEY]: AlignKeys
24}
25
26export const Align = {
27 isAlign: (value: any): value is Align => {

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…