m3e/dialog_trigger

DialogTrigger is an element, nested within a clickable element, used to open a dialog.

This file was generated: By: m3e/generator version 0.1.0 At: 2026-05-05T14:38:23+10:00

     DO NOT EDIT

Types

DialogTrigger is a View Model for this component

Fields:

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

Values

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

for sets the value of for for this DialogTrigger.

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

new creates a new DialogTrigger with the default configuration.

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

render creates a Lustre Element for a DialogTrigger

Search Document