Module update_menu

Source
Expand description

Buttons and Dropdowns.

Structs§

Button
ButtonBuilder
Builder struct to create buttons which can do restyles and/or relayouts
UpdateMenu

Enums§

ButtonMethod
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.
UpdateMenuDirection
Determines the direction in which the buttons are laid out, whether in a dropdown menu or a row/column of buttons. For left and up, the buttons will still appear in left-to-right or top-to-bottom order respectively.
UpdateMenuType
Determines whether the buttons are accessible via a dropdown menu or whether the buttons are stacked horizontally or vertically