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
accept()
Currently there is no way to pass parsed arguments from accept() to next steps (binding() or controller()). This causes unnecessary duplicate parsing.
binding()
controller()
Example:
tweakpane/packages/core/src/input-binding/color/plugin-string.ts
Lines 35 to 38 in 4f5175b
Lines 61 to 63 in 4f5175b
The text was updated successfully, but these errors were encountered:
Refactor color plugin arguments, #466
d528796
It can also be implemented on the current structure like this:
tweakpane/packages/core/src/input-binding/color/plugin-number.ts
Lines 67 to 70 in 2e888df
Sorry, something went wrong.
No branches or pull requests
Currently there is no way to pass parsed arguments from
accept()
to next steps (binding()
orcontroller()
). This causes unnecessary duplicate parsing.Example:
tweakpane/packages/core/src/input-binding/color/plugin-string.ts
Lines 35 to 38 in 4f5175b
tweakpane/packages/core/src/input-binding/color/plugin-string.ts
Lines 61 to 63 in 4f5175b
The text was updated successfully, but these errors were encountered: