Saxonberg Server API
    Preparing search index...

    Base shape of an engagement. Both DurativeActivity (timed) and SustainedEngagement (untimed) satisfy this.

    Implements

    Index

    Constructors

    Properties

    actor: Stuff & Engaged
    cancelable: true
    duration: number
    engagementId: string = ''
    interruptibleBy: ReadonlySet<keyof AbortReasonRegistry> = ...
    replaceableBy: readonly string[] = []
    slots: ReadonlySet<EngagementSlot>
    startedAt: number = 0
    type: "behavior-beat" = BEHAVIOR_BEAT_TYPE

    Methods