Table of Contents

Interface IPointerEventsNoneObserver

Namespace
MudBlazor
Assembly
MudBlazor.dll

Represents an observer that listens for pointer down and pointer up events on a specific HTML element with pointer-events: none.

public interface IPointerEventsNoneObserver : IPointerDownObserver, IPointerUpObserver
Inherited Members
Extension Methods

Remarks

This observer is associated with a unique HTML element ID and is used by the IPointerEventsNoneService to relay pointer interactions from JavaScript to .NET, even though the element itself does not natively receive pointer events.

Properties

ElementId

Gets the unique ID of the HTML element associated with this observer.

string ElementId { get; }

Property Value

string