Hierarchy

  • Respondent

Properties

Readonly comment

comment: string

Comment on the decision (rejection).

Readonly customStatusUsed

customStatusUsed: boolean

Whether a custom status has been used in an approval sheet or list of informed users.

Optional Readonly file

file: TFile

Attached file.

Readonly id

id: string

ID of the participant.

deprecated

Use user:

const user = await respondent.user.fetch();
const id = user.id; 

Readonly listType

listType: DocflowListType

List/sheet type.

Readonly name

name: string
deprecated

Имя участника.

Readonly status

Participant’s decision (status).

Readonly statusText

statusText: string

Text of the participant’s decision.

Optional Readonly substitute

substitute: TUser

Link to the substitute user.

Readonly ts

Date of the last update.

Readonly user

user: TUser

Link to a user.