Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Shitanshukumar607/Drawspace
/ LineProperties
Interface
LineProperties
context/toolPropertiesStore.ts:31–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
export
interface
LineProperties {
32
stroke: string;
33
strokeWidth: number;
34
opacity: number;
35
}
36
37
export
interface
ArrowProperties {
38
stroke: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected