MCPcopy Create free account
hub / github.com/bajrangCoder/setu / new

Method new

src/components/params_editor.rs:43–48  ·  view source on GitHub ↗
(cx: &mut Context<Self>)

Source from the content-addressed store, hash-verified

41}
42
43/// Params editor
44pub struct ParamsEditor {
45 param_rows: Vec<ParamRow>,
46 bulk_mode: bool,
47 bulk_editor: Option<Entity<InputState>>,
48 focus_handle: FocusHandle,
49 completion_engine: Option<CompletionEngine>,
50}
51

Callers 2

add_paramMethod · 0.45
renderMethod · 0.45

Calls 1

focus_handleMethod · 0.45

Tested by

no test coverage detected