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
textstring
Returns
- ValueTask