-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
IDE with defaults #288
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
IDE with defaults #288
Conversation
|
What was the syntax that we ended up agreeing on last Friday? Was it |
|
Yes, rather than just |
|
These ideas have been incorporated into other completed or in-progress PRs - closing. |
Adds default arguments to build-time generated python files.
In this PR:
Nonereplaces the javascriptnullComponent._NO_DEFAULT_ARGis given for properties with no default argumentTrue, Falseare in place of the javascripttrue, falseExample:
see also:
plotly/dash-core-components#234
plotly/dash-html-components#51