MCPcopy Create free account
hub / github.com/Shitanshukumar607/Drawspace / ArrowProperties

Interface ArrowProperties

context/toolPropertiesStore.ts:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37export interface ArrowProperties {
38 stroke: string;
39 strokeWidth: number;
40 opacity: number;
41}
42
43/**
44 * Map tool id -> its property interface

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected