vibelog ~master (2021-10-13T13:47:08Z)
Home
Dub
Repo
PostListInfo
vibelog
controller
Undocumented in source.
struct
PostListInfo {
import
vibelog
.
info
:
VibeLogInfo
;
;
VibeLogInfo
vli
;
User
[
string
]
users
;
int
pageNumber
;
int
pageCount
;
Post
[]
posts
;
long
[]
commentCount
;
Post
[]
recentPosts
;
import
vibelog
.
settings
:
VibeLogSettings
;
;
this
(VibeLogSettings settings);
}
Constructors
this
this
(VibeLogSettings settings)
Undocumented in source.
Alias This
vli
Members
Variables
commentCount
long
[]
commentCount
;
Undocumented in source.
pageCount
int
pageCount
;
Undocumented in source.
pageNumber
int
pageNumber
;
Undocumented in source.
posts
Post
[]
posts
;
Undocumented in source.
recentPosts
Post
[]
recentPosts
;
Undocumented in source.
users
User
[
string
]
users
;
Undocumented in source.
vli
VibeLogInfo
vli
;
Undocumented in source.
Meta
Source
See Implementation
vibelog
controller
classes
VibeLogController
structs
PostListInfo
VibelogHeadlineListConfig