ref
import { ref } from "@alloy-js/typescript";
function ref(refkey: Refkey, options?: RefOptions): () => [string, TSOutputSymbol | undefined];
Parameters
refkey |
|
options | optional
|
Options
type | optionalboolean |
Returns
() => [string, [unresolved link] | undefined]