-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
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
[Request] Add MinimalEffectsMixin interface for consistency #291
Comments
Will flag internally! Seems like a good improvement overall. |
Should I create another ticket for Or is sufficient to leave it here in the comments:
Ofc, in your case, you'll need to define and extend the BaseFrameMixin. |
@andreincu Could you clarify what the purpose of this change is? It seems like after this change, |
Hi @jefflee-figma, I proposed this change for mainly 2 reasons:
|
This is a feature request for adding MinimalEffectsMixin for being consistent with the rest, plus adding the ability to extract nodes that support effects.
Before:
After:
This will allow doing the following:
https://github.com/figma/plugin-typings/blob/67cdb4a189db19caa1d4e5f87971e7a3931e273b/plugin-api.d.ts#L1626C1-L1627C24
The text was updated successfully, but these errors were encountered: