Enum
public enum InlineEditTarget

Namespace: Moka.Blazor.Json.Models

Specifies whether an inline edit targets the value or the property key.

Fields

NameDescription
Key static
Value static
View Source
/// <summary>
///     Specifies whether an inline edit targets the value or the property key.
/// </summary>
public enum InlineEditTarget
{
    Value,
    Key
}
Was this page helpful?