@theredspace/spp-client
Preparing search index...
NewsfeedMessage
Interface NewsfeedMessage
interface
NewsfeedMessage
{
attributes
?:
Record
<
string
,
unknown
>
;
author_id
?:
number
;
content
:
string
;
created
:
DateContainer
;
editor_id
?:
number
;
id
:
number
;
newsfeed_id
:
number
;
tag_id
?:
number
;
title
?:
string
;
updated
:
DateContainer
;
}
Index
Properties
attributes?
author_
id?
content
created
editor_
id?
id
newsfeed_
id
tag_
id?
title?
updated
Properties
Optional
attributes
attributes
?:
Record
<
string
,
unknown
>
Optional
author_
id
author_id
?:
number
content
content
:
string
created
created
:
DateContainer
Optional
editor_
id
editor_id
?:
number
id
id
:
number
newsfeed_
id
newsfeed_id
:
number
Optional
tag_
id
tag_id
?:
number
Optional
title
title
?:
string
updated
updated
:
DateContainer
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
author_
id
content
created
editor_
id
id
newsfeed_
id
tag_
id
title
updated
@theredspace/spp-client
Loading...