Defines a scope for an event.

interface EventScope {
    id?: string;
    name?: string;
    type?: string;
}

Hierarchy (View Summary)

Properties

Properties

id?: string

Required: This is the identity of the scope for the type.

name?: string

Optional: The display name of the scope

type?: string

Required: The event specific type of a scope.