Interface ToDotOptions<S, T>

Type Parameters

  • S

  • T

Hierarchy

  • ToDotOptions

Properties

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

Type declaration

    • (transition: T, nth: number, from: S, to: S, info: NodeInfo<S>): Readonly<ToDotAttrs>
    • Parameters

      • transition: T
      • nth: number
      • from: S
      • to: S
      • info: NodeInfo<S>

      Returns Readonly<ToDotAttrs>

getGraphAttributes?: (() => Readonly<ToDotAttrs>)

Type declaration

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

Type declaration