Type Alias Onevents

type Onevents = {
    actionMode?: "SEQUENTIAL" | "PARALLEL";
    actions?: Action[];
    eventRefs: string[];
}
Index

Properties

actionMode?: "SEQUENTIAL" | "PARALLEL"

Specifies how actions are to be performed (in sequence or in parallel)

actions?: Action[]
eventRefs: string[]