pub trait CommandTextInputWidgetExt {
// Required method
fn command_text_input(&self, path: &[LiveId]) -> CommandTextInputRef;
}
pub trait CommandTextInputWidgetExt {
// Required method
fn command_text_input(&self, path: &[LiveId]) -> CommandTextInputRef;
}