Method

public enum Method : String, Encodable

Sets the Plotly method to be called on click.

If the skip method is used, the API updatemenu 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 updatemenu 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