Interface ToMermaidOptions<S, T>

Type Parameters

  • S

  • T

Hierarchy

  • ToMermaidOptions

Properties

getEdgeAttributes: ((transition: T, nth: number, from: S, to: S, info: NodeInfo<S>) => MermaidEdge)

Type declaration

getNodeAttributes?: ((node: S, info: NodeInfo<S>) => Readonly<MermaidNode>)

Type declaration