# PluginData.clear
Clears all data associated with the current plugin

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## PluginData.clear() method

Clears all data associated with the current plugin

**Signature:**

```typescript
clear(): void;
```

**Returns:**

void

## Example

```ts
node.data.clear();
```
