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?
optionaldescription:null|string
Defined in: src/types/sources.ts:10
Inherited from
SourceBase.description
timestamp?
optionaltimestamp:null|string
Defined in: src/types/sources.ts:11
Inherited from
SourceBase.timestamp
group?
optionalgroup: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?
optionalicon:null|string
Defined in: src/types/sources.ts:38
preview?
optionalpreview:null|"lazy"
Defined in: src/types/sources.ts:39