Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "types/common"

Index

Type aliases

Orientation

Orientation: "horizontal" | "vertical"

PathClassFunction

PathClassFunction: PathFunction

PathFunction

PathFunction: (link: DagLink<TreeNodeDatum>, orientation: Orientation) => string

Type declaration

PathFunctionOption

PathFunctionOption: "diagonal" | "elbow" | "straight" | "step"

RenderCustomNodeElementFn

RenderCustomNodeElementFn: (rd3dagNodeProps: CustomNodeElementProps) => Element

Type declaration

SyntheticEventHandler

SyntheticEventHandler: (evt: SyntheticEvent) => void

Type declaration

    • (evt: SyntheticEvent): void
    • Parameters

      • evt: SyntheticEvent

      Returns void

Generated using TypeDoc