1 2 3 4 5 6 7 8 9
# `bindings/rhai/dsl.rs` ## `pub fn register(engine: &mut Engine, adapter: Rc<RefCell<AppAdapter>>)` *Line 11 · fn* Register DSL API functions into the Rhai engine: nav, toolbar, window size, bg style. ---