formatReactivePropertyLabel
Build a human-readable label for a reactive property like symbolName.prop.
import { formatReactivePropertyLabel } from "@alloy-js/core";
function formatReactivePropertyLabel(target: object, key: string | number): string;Parameters
Section titled “Parameters”| target |
|
| key |
|
Returns
Section titled “Returns”string