Skip to main content

@webda/coreReadme | API


Interface: EventInvitationAnswered

Emitted when an invitation is accepted

Extends

Properties

accept

accept: boolean

If the invitation got accepted or not

Source

packages/core/src/services/invitationservice.ts:98


context

context: OperationContext<any, any>

Inherited from

EventWithContext.context

Source

packages/core/src/core.ts:164


metadata

metadata: any

Metadata of the invite

Source

packages/core/src/services/invitationservice.ts:94


model

model: CoreModel

Object targetted by the invite

Source

packages/core/src/services/invitationservice.ts:90