Defines an "actor" for an event.

interface EventActor {
    id?: string;
    role?: string;
}

Properties

Properties

id?: string

Required: This is the identity of the user for the specified role.

role?: string

Required: The event specific name of a role.