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 497
Last Updated: 30 November, 2023