kernl
ReferencekernlInterfaces

Interface: ThreadGetOptions

Defined in: packages/kernl/src/api/resources/threads/types.ts:51

Properties

PropertyTypeDescriptionDefined in
history?true | ThreadHistoryParamsInclude the thread's event history on the returned model. - true will fetch history with default options (latest-first). - An object lets you override history options (limit, kinds, order, etc.). This is equivalent to calling kernl.threads.history(tid, opts) and attaching the result to thread.history.packages/kernl/src/api/resources/threads/types.ts:61

On this page