We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Developers need client storage for plug-ins. This allows plug-ins to temporarily persist data and save settings, such as when a page is reopened.
Develop Plugin APIs
(data has relationship with plugin's id)
reearth.clientStorage
Caution: Plugins shouldn't/can't be access to parent localStorage directly since accessToken is stored there.
accessToken
https://www.figma.com/plugin-docs/api/figma-clientStorage/
The text was updated successfully, but these errors were encountered:
chore: upgrade dependencies (#373)
1fcc75f
* upgrade green and yellow * vite 3-4, etc upgrades * fix graphql type error * fix i18next type errors
No branches or pull requests
Leader
User story
Developers need client storage for plug-ins. This allows plug-ins to temporarily persist data and save settings, such as when a page is reopened.
Requirements
Develop Plugin APIs
(data has relationship with plugin's id)
reearth.clientStorage
Caution: Plugins shouldn't/can't be access to parent localStorage directly since
accessToken
is stored there.Examples
https://www.figma.com/plugin-docs/api/figma-clientStorage/
Testing list
The text was updated successfully, but these errors were encountered: