Table of Contents

Interface IHasError

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.Core.dll

Indicates the component supports an error state.

public interface IHasError

Properties

Error

When true, forces the error state.

bool Error { get; }

Property Value

bool

IsError

Computed error state, combining Error with validation messages from Microsoft.AspNetCore.Components.Forms.EditContext.

bool IsError { get; }

Property Value

bool