Skip to content

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;
target

object

key

string | number

string