reactivePropertyRefId
Get a stable ref ID for a property of a reactive object. Each (target, key) pair gets a unique positive ID from the same counter as refs.
import { reactivePropertyRefId } from "@alloy-js/core";
function reactivePropertyRefId(target: object, key: string | number): number;Parameters
Section titled “Parameters”| target |
|
| key |
|
Returns
Section titled “Returns”number