16 lines
190 B
Text
16 lines
190 B
Text
![]() |
---
|
||
|
title: Defs.remove()
|
||
|
---
|
||
|
|
||
|
Removes the defs entry stored under _name_.
|
||
|
|
||
|
|
||
|
## Signature
|
||
|
|
||
|
```js
|
||
|
Defs defs.remove(string name)
|
||
|
```
|
||
|
|
||
|
This object is chainable as it returns the `Defs` object.
|
||
|
|