ClipItem
Defined in: namespaces.ts:651
A captured clipboard history item (fn-91).
Indexable
Section titled “Indexable”[
key:string]:unknown
Additional fields.
Properties
Section titled “Properties”id:
string
Defined in: namespaces.ts:653
Clip id.
optionalkind?:string
Defined in: namespaces.ts:655
Content kind (e.g., “text”, “image”, or custom(pluginId, typeId) tombstones).
content?
Section titled “content?”
optionalcontent?:unknown
Defined in: namespaces.ts:657
Inline content, when present (large payloads live behind blob refs).
capturedAt?
Section titled “capturedAt?”
optionalcapturedAt?:string
Defined in: namespaces.ts:659
Capture timestamp (ISO 8601).
isFavorite?
Section titled “isFavorite?”
optionalisFavorite?:boolean
Defined in: namespaces.ts:661
User-favorite flag.
optionaltags?:string[]
Defined in: namespaces.ts:663
User tags.