Preparing search index...
The search index is not available
@team-plain/typescript-sdk
@team-plain/typescript-sdk
<internal>
ThreadNoteCreatedEventPayload
Interface ThreadNoteCreatedEventPayload
interface
ThreadNoteCreatedEventPayload
{
eventType
:
"thread.note_created"
;
note
:
{
createdAt
:
string
;
createdBy
:
InternalActor
;
deletedAt
:
null
|
string
;
deletedBy
:
null
|
InternalActor
;
id
:
string
;
markdown
:
null
|
string
;
text
:
string
;
timelineEntryId
:
string
;
updatedAt
:
string
;
updatedBy
:
InternalActor
;
[
k
:
string
]
:
unknown
;
}
;
thread
:
Thread
;
[
k
:
string
]
:
unknown
;
}
Indexable
[
k:
string
]:
unknown
Index
Properties
event
Type
note
thread
Properties
event
Type
event
Type
:
"thread.note_created"
note
note
:
{
createdAt
:
string
;
createdBy
:
InternalActor
;
deletedAt
:
null
|
string
;
deletedBy
:
null
|
InternalActor
;
id
:
string
;
markdown
:
null
|
string
;
text
:
string
;
timelineEntryId
:
string
;
updatedAt
:
string
;
updatedBy
:
InternalActor
;
[
k
:
string
]
:
unknown
;
}
Type declaration
[
k
:
string
]:
unknown
created
At
:
string
created
By
:
InternalActor
deleted
At
:
null
|
string
deleted
By
:
null
|
InternalActor
id
:
string
markdown
:
null
|
string
text
:
string
timeline
Entry
Id
:
string
updated
At
:
string
updated
By
:
InternalActor
thread
thread
:
Thread
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
event
Type
note
thread
@team-plain/typescript-sdk
Loading...
Generated using
TypeDoc