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