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.

  • Undocumented

    Declaration

    Swift

    case restyle
  • Undocumented

    Declaration

    Swift

    case relayout
  • Undocumented

    Declaration

    Swift

    case animate
  • Undocumented

    Declaration

    Swift

    case update
  • Undocumented

    Declaration

    Swift

    case skip