Home > d3-blueprint > D3Blueprint > off
D3Blueprint.off() method
Removes an event listener. Pass null to remove.
Signature:
typescript
off(event: string): this;Parameters
Parameter | Type | Description |
|---|---|---|
event | string |
Returns:
this