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

Interface CompositionText

packages/models/src/interfaces/composition-text.ts:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8export interface CompositionText extends Text {
9 composition: Composition
10}
11
12export const CompositionText = {
13 isCompositionText: (value: any): value is CompositionText => {

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…