The representation of an item returned of the ClipboardService.

interface ClipboardItemRepresentation {
    data: Record<string, Blob>;
    options: unknown;
}

Properties

Properties

data: Record<string, Blob>
options: unknown