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 25, 2026 at 6:23 AMEdit this page