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 5, 2026 at 11:47 AMEdit this page