Enum
public enum InlineEditTarget
Namespace: Moka.Blazor.Json.Models
Specifies whether an inline edit targets the value or the property key.
Fields
View Source
/// <summary>
/// Specifies whether an inline edit targets the value or the property key.
/// </summary>
public enum InlineEditTarget
{
Value,
Key
}