Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProvenanceGraph<S, A>

template

Represents the given state of an application as defined in initProvenance.

Type parameters

  • S

    Represents the given event types in your application. Event types are used to differentiate between different actions that create nodes.

  • A

    Represents the given "extra" type for storing metadata. Extra is a way to store customized metadata.

Hierarchy

  • ProvenanceGraph

Index

Properties

Properties

current

current: NodeID

Optional name

name: undefined | string

nodes

nodes: Nodes<S, A>

root

root: NodeID

Generated using TypeDoc