PluginData.delete
Deletes the value for a specific key
PluginData.delete() method
Deletes the value for a specific key
Signature:
delete(key: string): void;Parameters
Parameter | Type | Description |
|---|---|---|
key | string | The key to delete |
Returns:
void
Example
node.data.delete("storedColors");Last updated: August 5, 2026 at 11:47 AMEdit this page