Skip to main content
Modular Documentation
Guides
Reference
Reference
/
@modular/sdk/canvas
AttrKind
type
type AttrKind = 'string' | 'number' | 'boolean' | 'json' | 'handles' | 'endpoints' | 'shape' | 'edgeType' | 'marker' | 'points' | 'arrowhead'
Import
import { AttrKind } from '@modular/sdk/canvas';