interface UpdateEventDetailsOptions {
    eventData?: null | HistoryEventFieldListOptions[];
    filter?: EventFilterOptions;
    nodeId?: null | NodeIdLike;
    performInsertReplace?: PerformUpdateType;
}

Hierarchy (view full)

Properties

eventData?: null | HistoryEventFieldListOptions[]
nodeId?: null | NodeIdLike
performInsertReplace?: PerformUpdateType