# PluginData.keys
List of all keys stored for the current plugin

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

## PluginData.keys property

List of all keys stored for the current plugin

**Signature:**

```typescript
readonly keys: ReadonlyArray<string>;
```

## Example

```ts
const keys = node.data.keys;
```
