PluginData.keys

List of all keys stored for the current plugin

PluginData.keys property

List of all keys stored for the current plugin

Signature:

readonly keys: ReadonlyArray<string>;

Example

const keys = node.data.keys;
Last updated: August 5, 2026 at 11:47 AMEdit this page