[F] getDataDecoratorTargets
function getDataDecoratorTargets(program, decoratorFqn): Map<Type, unknown>;Get all targets that have a specific data decorator applied, along with their stored values.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
program | Program | The current program. |
decoratorFqn | string | The fully-qualified name of the decorator (e.g., “MyLib.myDec”). |
Returns
Section titled “Returns”Map<Type, unknown>
A map of target types to their stored values.