Interface IEventRegexFilter

Allows you to filter events by their name using regular expressions.

See

eventsNameRegex of type string represents the regular expression to match the event name.

interface IEventRegexFilter {
    emitter_address: string;
    end: ISlot;
    eventsNameRegex: string;
    is_final: boolean;
    original_caller_address: string;
    original_operation_id: string;
    start: ISlot;
}

Hierarchy (view full)

Properties

emitter_address: string
end: ISlot
eventsNameRegex: string
is_final: boolean
original_caller_address: string
original_operation_id: string
start: ISlot

Generated using TypeDoc