ClientStorage.keys
Gets all storage keys for this plugin.
ClientStorage.keys() method
Gets all storage keys for this plugin.
Signature:
keys(): Promise<string[]>;Returns:
Promise<string[]>
A promise that resolves to an array of all keys
Example
const keys = await creator.clientStorage.keys();Last updated: August 25, 2026 at 6:23 AMEdit this page