OnItemClick?.Invoke( Item ))"
@onrightclick="@( () => OnItemRightClick?.Invoke( Item ) )"
style="border-left-color: @rarityColor;">
@if ( !string.IsNullOrEmpty( imageUrl ) )
{

}
else
{
@categoryIcon
}
@name
@if ( definition?.Category != ItemCategory.Misc )
{
@definition?.Category
}
@code {
public Sasalka.InventoryItem Item { get; set; }
public Action