Function loadSerializedEvent

  • Parameters

    • flow: Pick<Flow<Node>, "ports" | "dispatching" | "nodes">
    • data: NfEventDetail<
          PickMatching<Node, (...arguments_: any) => any>,
          PickMatching<Port, (...arguments_: any) => any>,
          PickMatching<Flow<Node>, (...arguments_: any) => any>,
      >
    • Optionaloptions: {
          pick: {
              Flow?: (keyof Flow<Node>)[];
              Node?: (keyof Node)[];
              Port?: (keyof Port)[];
          };
      }

    Returns void