Table of Contents

Class InfiniFrameJs

Namespace
InfiniFrame.Js
Assembly
InfiniFrame.Js.dll
public class InfiniFrameJs : IInfiniFrameJs
Inheritance
InfiniFrameJs
Implements
Inherited Members

Constructors

InfiniFrameJs(IJSRuntime, ILogger<InfiniFrameJs>)

public InfiniFrameJs(IJSRuntime jsRuntime, ILogger<InfiniFrameJs> logger)

Parameters

jsRuntime IJSRuntime
logger ILogger<InfiniFrameJs>

Methods

ReleasePointerCaptureAsync(ElementReference, long, CancellationToken)

public Task ReleasePointerCaptureAsync(ElementReference elementReference, long pointerId, CancellationToken ct = default)

Parameters

elementReference ElementReference
pointerId long
ct CancellationToken

Returns

Task

SetPointerCaptureAsync(ElementReference, long, CancellationToken)

public Task SetPointerCaptureAsync(ElementReference elementReference, long pointerId, CancellationToken ct = default)

Parameters

elementReference ElementReference
pointerId long
ct CancellationToken

Returns

Task