Skip to content

ActivityPlug API / @activityplug/server / BrowserPost

Interface: BrowserPost

Defined in: packages/server/src/browser/types.ts:243

Extends

Properties

author

readonly author: BrowserProfile

Defined in: packages/server/src/browser/types.ts:244

Overrides

BrowserPostSummary.author


boostOf?

readonly optional boostOf?: BrowserEntityRef

Defined in: packages/server/src/browser/types.ts:238

Inherited from

BrowserPostSummary.boostOf


contentHtml

readonly contentHtml: string

Defined in: packages/server/src/browser/types.ts:229

Inherited from

BrowserPostSummary.contentHtml


contentText?

readonly optional contentText?: string

Defined in: packages/server/src/browser/types.ts:230

Inherited from

BrowserPostSummary.contentText


counts?

readonly optional counts?: BrowserPostCounts

Defined in: packages/server/src/browser/types.ts:239

Inherited from

BrowserPostSummary.counts


createdAt

readonly createdAt: string

Defined in: packages/server/src/browser/types.ts:231

Inherited from

BrowserPostSummary.createdAt


media

readonly media: readonly BrowserMedia[]

Defined in: packages/server/src/browser/types.ts:235

Inherited from

BrowserPostSummary.media


poll?

readonly optional poll?: BrowserPoll

Defined in: packages/server/src/browser/types.ts:245


quoteOf?

readonly optional quoteOf?: BrowserEntityRef

Defined in: packages/server/src/browser/types.ts:237

Inherited from

BrowserPostSummary.quoteOf


ref

readonly ref: BrowserEntityRef

Defined in: packages/server/src/browser/types.ts:226

Inherited from

BrowserPostSummary.ref


replyTo?

readonly optional replyTo?: BrowserEntityRef

Defined in: packages/server/src/browser/types.ts:236

Inherited from

BrowserPostSummary.replyTo


sensitive

readonly sensitive: boolean

Defined in: packages/server/src/browser/types.ts:233

Inherited from

BrowserPostSummary.sensitive


summary?

readonly optional summary?: string

Defined in: packages/server/src/browser/types.ts:234

Inherited from

BrowserPostSummary.summary


url?

readonly optional url?: string

Defined in: packages/server/src/browser/types.ts:228

Inherited from

BrowserPostSummary.url


viewerState?

readonly optional viewerState?: BrowserPostViewerState

Defined in: packages/server/src/browser/types.ts:240

Inherited from

BrowserPostSummary.viewerState


visibility

readonly visibility: PostVisibility

Defined in: packages/server/src/browser/types.ts:232

Inherited from

BrowserPostSummary.visibility