OnItemClick?.Invoke( Item ))" @onrightclick=@( () => OnItemRightClick?.Invoke( Item ) )>
@if ( slot is not null )
{
@slot
}
@if ( !string.IsNullOrEmpty( imageUrl ) )
{
}
@name
@if ( definition?.MaxCount > 1 )
{
@Item?.Count / @definition.MaxCount
}
@code {
public Sasalka.InventoryItem Item { get; set; }
public Action