Esposter
Preparing search index...
@esposter/db-schema
ModerationNoteEntity
Class ModerationNoteEntity
Hierarchy (
View Summary
)
AzureEntity
ModerationNoteEntity
Index
Constructors
constructor
Properties
actor
User
Id
created
At
deleted
At
note
partition
Key
row
Key
target
User
Id
updated
At
Methods
to
JSON
Constructors
constructor
new
ModerationNoteEntity
(
init
?:
Partial
<
ModerationNoteEntity
>
&
{
partitionKey
:
string
;
rowKey
:
string
;
}
,
)
:
ModerationNoteEntity
Parameters
Optional
init
:
Partial
<
ModerationNoteEntity
>
&
{
partitionKey
:
string
;
rowKey
:
string
}
Returns
ModerationNoteEntity
Properties
actor
User
Id
actorUserId
:
string
created
At
createdAt
:
Date
deleted
At
deletedAt
:
Date
|
null
note
note
:
string
partition
Key
partitionKey
:
string
row
Key
rowKey
:
string
target
User
Id
targetUserId
:
string
updated
At
updatedAt
:
Date
Methods
to
JSON
toJSON
()
:
this
Returns
this
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
actor
User
Id
created
At
deleted
At
note
partition
Key
row
Key
target
User
Id
updated
At
Methods
to
JSON
Esposter
Loading...