gespenst API - v0.1.0
    Preparing search index...

    Interface ClipboardPasteRequest

    MIME representations supplied for a user-initiated clipboard paste.

    interface ClipboardPasteRequest {
        allowUnsafe?: boolean;
        contents: readonly ClipboardContent[];
        location?: ClipboardLocation;
    }
    Index
    allowUnsafe?: boolean

    Allows text that can execute commands when bracketed paste is unavailable.

    false

    contents: readonly ClipboardContent[]

    Representations of the same logical clipboard value, in preferred order.

    Clipboard that supplied the value.

    'standard'