components
import {...} from "@canvas-commons/2d/lib/components";
Classes
BezierCameraCircleCodeCubicBezierCurveGridIconImgKnotLatexLayoutLineNodePathPolygonQuadBezierRayRectShapeSplineSVGTxtVideoView2D
Interfaces
BezierOverlayInfoCameraPropsCirclePropsCodePropsCubicBezierPropsCurvePropsDrawHooksDrawTokenHookFunctionComponentGridPropsIconPropsImgPropsJSXPropsKnotPropsLatexPropsLayoutPropsLinePropsNodeConstructorNodePropsPathPropsPolygonPropsQuadBezierPropsRayPropsRectPropsShapePropsSplinePropsSVGDocumentSVGDocumentDataSVGPropsSVGShapeSVGShapeDataTxtPropsVideoPropsView2DProps
Type Aliases
ComponentChild
type ComponentChild = Nodeobjectstringnumberbigintbooleannullundefined
ComponentChildren
type ComponentChildren = ComponentChildComponentChild[]
KnotAuto
type KnotAuto
Properties
endHandle
endHandle: number
startHandle
startHandle: number
KnotAutoSignal
Type Parameters
NodeChildren
type NodeChildren = NodeNode[]
NodeState
type NodeState = NodePropsRecordstringany
PossibleKnotAuto
type PossibleKnotAuto = KnotAutonumbernumbernumber
PropsOf
type PropsOfT = T extends NodeConstructorinfer P ? P : T extends FunctionComponentinfer P ? P : never