Function: usePostListWithCollections()
Source: 1.0.0-rc.14 · ecc10ae38a81 (uncommitted changes)
ts
function usePostListWithCollections(params?): ComputedRef<Post[]>;Defined in: packages/valaxy/client/composables/post/index.ts:187
Experimental
Get post list merged with collapsed collection entries. Collapsed collections are represented by a single synthetic entry (card) that is appended and re-sorted with the existing posts.
Parameters
params?
type?
string
Returns
ComputedRef<Post[]>