Method
public enum Method : String, Encodable
Sets the Plotly method to be called when the slider value is changed.
If the skip
method is used, the API slider will function as normal but will perform no API
calls and will not bind automatically to state updates. This may be used to create a component
interface and attach to slider events manually via JavaScript.