Properties:
Name | Type | Description |
---|---|---|
addBounds |
(bounds: BoundsData) => void |
how to add the bounds of this object when measuring |
containsPoint |
(point: Point) => boolean |
how to know if the custom render logic contains a point or not, used for interaction |
render |
RenderFunction |
the optional custom render function if you want to inject the function via the constructor |
Extends
Members
addBounds (bounds: BoundsData) => void
how to add the bounds of this object when measuring
containsPoint (point: Point) => boolean
how to know if the custom render logic contains a point or not, used for interaction
the optional custom render function if you want to inject the function via the constructor