FishPi.js API Documentation - v0.1.28
Preparing search index...
IArticlePost
Interface IArticlePost
发帖信息
interface
IArticlePost
{
commentable
?:
boolean
;
content
:
string
;
isAnonymous
?:
boolean
;
isNotifyFollowers
?:
boolean
;
isShowInList
?:
boolean
;
offerPoint
?:
number
;
rewardContent
?:
string
;
rewardPoint
?:
number
;
tags
:
string
;
title
:
string
;
type
?:
ArticleType
;
}
Implemented by
ArticlePost
Index
Properties
commentable?
content
is
Anonymous?
is
Notify
Followers?
is
Show
In
List?
offer
Point?
reward
Content?
reward
Point?
tags
title
type?
Properties
Optional
commentable
commentable
?:
boolean
是否允许评论
content
content
:
string
帖子内容
Optional
is
Anonymous
isAnonymous
?:
boolean
是否匿名
Optional
is
Notify
Followers
isNotifyFollowers
?:
boolean
是否帖子关注者
Optional
is
Show
In
List
isShowInList
?:
boolean
是否在列表展示
Optional
offer
Point
offerPoint
?:
number
提问悬赏积分
Optional
reward
Content
rewardContent
?:
string
打赏内容
Optional
reward
Point
rewardPoint
?:
number
打赏积分
tags
tags
:
string
帖子标签
title
title
:
string
帖子标题
Optional
type
type
?:
ArticleType
帖子类型
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
commentable
content
is
Anonymous
is
Notify
Followers
is
Show
In
List
offer
Point
reward
Content
reward
Point
tags
title
type
FishPi.js API Documentation - v0.1.28
Loading...
发帖信息