PluginData.get

Gets the value for a specific key

PluginData.get() method

Gets the value for a specific key

Signature:

get(key: string): string | undefined;

Parameters

Parameter

Type

Description

key

string

The key to get

Returns:

string | undefined

The value associated with the key, or undefined if not found

Example

node.data.get("storedColors");
Last updated: August 5, 2026 at 11:47 AMEdit this page