Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Pool

A pool object. Pools are collections of images with a common theme.

Hierarchy

Index

Properties

Optional active

active: undefined | true | false

True if the content is not marked hidden or deleted

Optional category

category: undefined | string

Category the pool belongs to

Optional createdAt

createdAt: undefined | string

Content creation time as UTC timestamp

Optional creator

creator: User

User that added the content

Optional description

description: undefined | string

Description of the pool

id

id: number

ID of the content

name

name: string

Name of the pool

postCount

postCount: number

Number of posts in the pool

Optional postIds

postIds: number[]

IDs of all posts in the pool

Optional posts

posts: Post[]

All posts in the pool

Generated using TypeDoc