Skip to content

ClipItem

Defined in: namespaces.ts:651

A captured clipboard history item (fn-91).

[key: string]: unknown

Additional fields.

id: string

Defined in: namespaces.ts:653

Clip id.


optional kind?: string

Defined in: namespaces.ts:655

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


optional content?: unknown

Defined in: namespaces.ts:657

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


optional capturedAt?: string

Defined in: namespaces.ts:659

Capture timestamp (ISO 8601).


optional isFavorite?: boolean

Defined in: namespaces.ts:661

User-favorite flag.


optional tags?: string[]

Defined in: namespaces.ts:663

User tags.