Skip to main content

Interface: SCUserCounterType

SCUserCountersType interface

Properties

connection_requests_received_counter

connection_requests_received_counter: number

Number of connection requests received by the user. Only if dynamic preference configurations.follow_enabled is false.

Defined in

user.ts:462


connection_requests_sent_counter

connection_requests_sent_counter: number

Number of connection requests sent by the user. Only if dynamic preference configurations.follow_enabled is false.

Defined in

user.ts:458


connections_counter

connections_counter: number

Number of connections of the user. Only if dynamic preference configurations.follow_enabled is false.

Defined in

user.ts:466


discussions

discussions: number

Number of discussions created by the user. Only if dynamic preference configurations.discussion_type_enabled is true

Defined in

user.ts:433


followers

followers: number

Number of followers of the user. Only if dynamic preference configurations.follow_enabled is true.

Defined in

user.ts:453


followings

followings: number

Number of followings of the user. Only if dynamic preference configurations.follow_enabled is true.

Defined in

user.ts:449


polls

polls: number

Number of polls created by the user. Only if dynamic preference addons.polls_enabled is true or if the user has a staff role.

Defined in

user.ts:437


posts

posts: number

Number of posts created by the user.Only if dynamic preference configurations.post_type_enabled is true.

Defined in

user.ts:441


statuses

statuses: number

Number of statuses created by the user. Only if dynamic preference configurations.status_type_enabled is true.

Defined in

user.ts:445