Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Participant

Package version

interface

An interface representing Participant. Describes a profile type participating in an interaction.

Hierarchy

  • Participant

Index

Properties

Optional description

description: undefined | object
member

{{ [propertyName: string]: string }} [description] Localized descriptions.

Optional displayName

displayName: undefined | object
member

{{ [propertyName: string]: string }} [displayName] Localized display name.

participantName

participantName: string
member

{string} participantName Participant name.

participantPropertyReferences

participantPropertyReferences: ParticipantPropertyReference[]
member

{ParticipantPropertyReference[]} participantPropertyReferences The property references.

profileTypeName

profileTypeName: string
member

{string} profileTypeName Profile type name.

Optional role

role: undefined | string
member

{string} [role] The role that the participant is playing in the interaction.

Generated using TypeDoc