File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,11 @@ var stepsAttrs = {
24
24
dflt : 'restyle' ,
25
25
role : 'info' ,
26
26
description : [
27
- 'Sets the Plotly method to be called when the slider value is changed.'
27
+ 'Sets the Plotly method to be called when the slider value is changed.' ,
28
+ 'If the `skip` method is used, the API slider will function as normal' ,
29
+ 'but will perform no API calls and will not bind automatically to state' ,
30
+ 'updates. This may be used to create a component interface and attach to' ,
31
+ 'slider events manually via JavaScript.'
28
32
] . join ( ' ' )
29
33
} ,
30
34
args : {
Original file line number Diff line number Diff line change @@ -22,7 +22,11 @@ var buttonsAttrs = {
22
22
dflt : 'restyle' ,
23
23
role : 'info' ,
24
24
description : [
25
- 'Sets the Plotly method to be called on click.'
25
+ 'Sets the Plotly method to be called on click.' ,
26
+ 'If the `skip` method is used, the API updatemenu will function as normal' ,
27
+ 'but will perform no API calls and will not bind automatically to state' ,
28
+ 'updates. This may be used to create a component interface and attach to' ,
29
+ 'updatemenu events manually via JavaScript.'
26
30
] . join ( ' ' )
27
31
} ,
28
32
args : {
You can’t perform that action at this time.
0 commit comments