ref
import { ref } from "@alloy-js/json";
function ref(refkey: Refkey): string | (() => string);Parameters
Section titled “Parameters”| refkey |
|
Returns
Section titled “Returns”string | (() => string) import { ref } from "@alloy-js/json";
function ref(refkey: Refkey): string | (() => string);| refkey |
|
string | (() => string)