links
links: {
id: string;
source: string;
target: string;
type: string;
}[]
nodes
nodes: {
id: string;
type: string;
}[]
options
options: {
showLinkLabels?: boolean;
showNodeAnnotation?: boolean;
showNodeLabels?: boolean;
showTimeline?: boolean;
showTransactionDetails?: boolean;
showTransactionLinks?: boolean;
}