[Docs] Annotate callback props with @param tags
mbrookes opened this issue · 3 comments
mbrookes commented
#2841 Added the ability to document the parameters that are passed to callbacks by functions, therefore we need to add that annotation to all public callback properties, following this guide.
- AppBar (#3449)
- AutoComplete (#3550
- Avatar (N/A)
- Badge (N/A)
- Card (#3552)
- Checkbox (#3607)
- CircularProgress (N/A)
- DatePicker (#3652)
- Dialog
- Divider (N/A)
- Drawer (LeftNav) (#3743)
- DropDownMenu (#3615)
- FlatButton (#3676)
- FloatingActionButton (#3683)
- FontIcon (#3693)
- GridList (N/A)
- IconButton (#3709)
- IconMenu (#3732)
- LinearProgress (N/A)
- List (#3748)
- Menu (#3821)
- Paper (N/A)
- Popover (#3796)
- RadioButton (#3797)
- RaisedButton (#3839)
- RefreshIndicator (N/A)
- SelectField (#3924)
- Slider(#5760)
- Snackbar
- Stepper
- SvgIcon
- Table
- Tabs
- TextField
- TimePicker
- Toggle
- Toolbar (N/A)
Related to #2957.
miclaus commented
+1
In search for Slider
s onChange
callback params.
mbrookes commented
Use the source Luke. (And feel free to submit a PR).