Expand description
Buttons and Dropdowns.
Structs§
- Button
- Button
Builder - Builder struct to create buttons which can do restyles and/or relayouts
- Update
Menu
Enums§
- Button
Method - 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. - Update
Menu Direction - Determines the direction in which the buttons are laid out, whether in a
dropdown menu or a row/column of buttons. For
left
andup
, the buttons will still appear in left-to-right or top-to-bottom order respectively. - Update
Menu Type - Determines whether the buttons are accessible via a dropdown menu or whether the buttons are stacked horizontally or vertically