7.1.0

interface DeleteEventOptions {
    id: string;
    span?: EventSpan;
}

Properties

Properties

id: string

7.1.0

span?: EventSpan

The span of deletion.

EventSpan.THIS_EVENT

iOS

7.1.0