MCPcopy
hub / github.com/clientIO/joint / SVGParserBinding

Interface SVGParserBinding

packages/joint-decorators/src/parser.ts:6–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4// type SVGParserBindings = Record<string, Array<SVGParserBinding>>;
5
6interface SVGParserBinding {
7 name: string
8 id: string
9 path: string[],
10 expression: string,
11 triggers: string[],
12 isFunction: boolean,
13 // eslint-disable-next-line @typescript-eslint/no-explicit-any
14 args: any[]
15}
16interface SVGParserResult {
17 markup: dia.MarkupJSON;
18 attrs: dia.Cell.Selectors;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected