ClipItem
Defined in: namespaces.ts:650
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:652
Clip id.
optionalkind?:string
Defined in: namespaces.ts:654
Content kind (e.g., “text”, “image”, or custom(pluginId, typeId) tombstones).
content?
Section titled “content?”
optionalcontent?:unknown
Defined in: namespaces.ts:656
Inline content, when present (large payloads live behind blob refs).
capturedAt?
Section titled “capturedAt?”
optionalcapturedAt?:string
Defined in: namespaces.ts:658
Capture timestamp (ISO 8601).
isFavorite?
Section titled “isFavorite?”
optionalisFavorite?:boolean
Defined in: namespaces.ts:660
User-favorite flag.
optionaltags?:string[]
Defined in: namespaces.ts:662
User tags.