weasel API - v0.8.0
    Preparing search index...

    Interface ClipboardSnapshot

    Opaque clipboard payload. items is unknown[] so each app's clipboard adapter stores whatever shape it wants; the kit never inspects entries.

    The adapter is responsible for both producing snapshots (snapshotSelection) and consuming them (commitPaste). Type safety lives at that boundary, not in the kit.

    interface ClipboardSnapshot {
        items: unknown[];
    }
    Index

    Properties

    Properties

    items: unknown[]