Skip to content

chatkit-node-backend-sdk


chatkit-node-backend-sdk / EntitySource

Interface: EntitySource

Defined in: src/types/sources.ts:35

Source metadata for entity references.

Extends

  • SourceBase

Properties

title

title: string

Defined in: src/types/sources.ts:9

Inherited from

SourceBase.title


description?

optional description: null | string

Defined in: src/types/sources.ts:10

Inherited from

SourceBase.description


timestamp?

optional timestamp: null | string

Defined in: src/types/sources.ts:11

Inherited from

SourceBase.timestamp


group?

optional group: null | string

Defined in: src/types/sources.ts:12

Inherited from

SourceBase.group


type

type: "entity"

Defined in: src/types/sources.ts:36


id

id: string

Defined in: src/types/sources.ts:37


icon?

optional icon: null | string

Defined in: src/types/sources.ts:38


preview?

optional preview: null | "lazy"

Defined in: src/types/sources.ts:39