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 custom render function |
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 custom render function