Table of Contents

Interface IClipboardJsInterop

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.dll

JS interop contract for clipboard operations.

public interface IClipboardJsInterop

Methods

CopyTextAsync(string)

Copies text to the system clipboard.

ValueTask CopyTextAsync(string text)

Parameters

text string

Returns

ValueTask