isClipper MethodStatic
Test if obj
is a Clipper
object.
- This is implemented by testing for each of the methods in the
Clipper
interface.
isClipper(obj: any): boolean
Parameter | Type | Description |
---|---|---|
obj | any |
Returns - boolean
Defined in
- clipping/ClipUtils.ts Line 740
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.