1 write to _componentParameters
Aspire.Dashboard (1)
Components\Controls\GridValue.razor.cs (1)
168
_componentParameters
??= [];
4 references to _componentParameters
Aspire.Dashboard (4)
Components\Controls\GridValue.razor.cs (4)
174
_componentParameters
[parameter.Key] = parameter.Value;
178
_componentParameters
["Value"] = Value ?? string.Empty;
179
_componentParameters
["HighlightText"] = HighlightText ?? string.Empty;
181
return
_componentParameters
;