1 write to _componentParameters
Aspire.Dashboard (1)
Components\Controls\GridValue.razor.cs (1)
171
_componentParameters
??= [];
4 references to _componentParameters
Aspire.Dashboard (4)
Components\Controls\GridValue.razor.cs (4)
177
_componentParameters
[parameter.Key] = parameter.Value;
181
_componentParameters
["Value"] = Value ?? string.Empty;
182
_componentParameters
["HighlightText"] = HighlightText ?? string.Empty;
184
return
_componentParameters
;