shallowRef
import { shallowRef } from "@alloy-js/core";
function shallowRef<T>(value?: T, options?: { label?: string;}): Ref<T>;Parameters
Section titled “Parameters”| value | optional
|
| options | optional
|
Returns
Section titled “Returns”Ref<T> import { shallowRef } from "@alloy-js/core";
function shallowRef<T>(value?: T, options?: { label?: string;}): Ref<T>;| value | optional
|
| options | optional
|
Ref<T>