EventAttribute is a single key-value pair, associated with an event.

interface EventAttribute {
    index: boolean;
    key: string;
    value: string;
}

Properties

Properties

index: boolean

nondeterministic

key: string
value: string