xmpp_p2p
Preparing search index...
core/xmpp-atom
XmppMicroblogPostOptions
Interface XmppMicroblogPostOptions
Options used when building an Atom entry for a microblog post.
interface
XmppMicroblogPostOptions
{
alternateHref
?:
string
;
atomId
?:
string
;
author
?:
string
;
authorUri
?:
string
;
categories
?:
string
[]
;
contentType
?:
"text"
|
"xhtml"
;
geoloc
?:
XmppAtomGeoloc
;
links
?:
XmppAtomLink
[]
;
publishedAt
?:
string
;
summary
?:
string
;
title
?:
string
;
updatedAt
?:
string
;
}
Index
Properties
alternate
Href?
atom
Id?
author?
author
Uri?
categories?
content
Type?
geoloc?
links?
published
At?
summary?
title?
updated
At?
Properties
Optional
alternate
Href
alternateHref
?:
string
Optional
atom
Id
atomId
?:
string
Optional
author
author
?:
string
Optional
author
Uri
authorUri
?:
string
Optional
categories
categories
?:
string
[]
Optional
content
Type
contentType
?:
"text"
|
"xhtml"
Optional
geoloc
geoloc
?:
XmppAtomGeoloc
Optional
links
links
?:
XmppAtomLink
[]
Optional
published
At
publishedAt
?:
string
Optional
summary
summary
?:
string
Optional
title
title
?:
string
Optional
updated
At
updatedAt
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alternate
Href
atom
Id
author
author
Uri
categories
content
Type
geoloc
links
published
At
summary
title
updated
At
xmpp_p2p
Loading...
Options used when building an Atom entry for a microblog post.