Skip to main content

Interface: FeedObjCreateParams

types/feedObject.FeedObjCreateParams

Properties

action

Optional action: string

This field replaces title field for feed objs of type 'status'.

Defined in

types/feedObject.ts:21


addressing

Optional addressing: number[]

The list of tag ids.

Defined in

types/feedObject.ts:46


categories

categories: number[]

List of category ids

Defined in

types/feedObject.ts:29


location

location: SCContributionLocation

The Locality object to associate to the feed obj.

Defined in

types/feedObject.ts:37


medias

Optional medias: number[]

List o media ids

Defined in

types/feedObject.ts:33


poll

Optional poll: SCPollType

The poll to associate to the feed obj. IMPORTANT: it can be used only for feed obj types: 'discussion' or 'post'.

Defined in

types/feedObject.ts:42


text

Optional text: string

The content of the feed obj in html format, it can contain some mentions.

Defined in

types/feedObject.ts:25


title

title: string

The title of the feed obj (type discussion or post).

Defined in

types/feedObject.ts:17