m3e/nav_rail_toggle

NavRailToggle is an element, nested within a clickable element, used to toggle the expanded state of a navigation rail.

This file was generated by m3e/generator

     DO NOT EDIT

Types

NavRailToggle is a View Model for this component

Fields:

  • for: The identifier of the interactive control to which this element is attached.
pub opaque type NavRailToggle

Values

pub const default_for: option.Option(String)
pub fn for(
  arg: NavRailToggle,
  for: option.Option(String),
) -> NavRailToggle

for sets the value of for for this NavRailToggle.

pub fn new(for: option.Option(String)) -> NavRailToggle

new creates a new NavRailToggle with the default configuration.

pub fn render(
  model: NavRailToggle,
  attributes: List(attribute.Attribute(msg)),
) -> element.Element(msg)

render creates a Lustre Element for a NavRailToggle

Search Document