Skip to content

ClipItem

Defined in: namespaces.ts:650

A captured clipboard history item (fn-91).

[key: string]: unknown

Additional fields.

id: string

Defined in: namespaces.ts:652

Clip id.


optional kind?: string

Defined in: namespaces.ts:654

Content kind (e.g., “text”, “image”, or custom(pluginId, typeId) tombstones).


optional content?: unknown

Defined in: namespaces.ts:656

Inline content, when present (large payloads live behind blob refs).


optional capturedAt?: string

Defined in: namespaces.ts:658

Capture timestamp (ISO 8601).


optional isFavorite?: boolean

Defined in: namespaces.ts:660

User-favorite flag.


optional tags?: string[]

Defined in: namespaces.ts:662

User tags.