root
import { root } from "@alloy-js/core";
function root<T>(fn: (d: Disposable) => T, options?: RootOptions): T;Parameters
Section titled “Parameters”| fn |
|
| options | optional
|
Options
Section titled “Options”| componentOwner | optionalComponentCreator<any> |
Returns
Section titled “Returns”T