Type Alias EventExtensions

The availability of the properties depends on the event and the context it was triggered in.

type EventExtensions = {
    actor?: { sub?: string; subType?: string };
    ownerId?: string;
    spaceId?: string;
    topLevelResourceId?: string;
    updates?: unknown;
}
Index

Properties

actor?: { sub?: string; subType?: string }

Specifies the entity performing the action on behalf of another party listed as triggering the action.

Type Declaration

  • Optionalsub?: string

    Opaque value identifying impersonating entity.

  • OptionalsubType?: string
ownerId?: string
spaceId?: string
topLevelResourceId?: string
updates?: unknown