@moritzbrantner/diagrams - v0.1.1
    Preparing search index...

    Type Alias ArchitectureDiagramConnection

    type ArchitectureDiagramConnection = {
        direction?: DiagramDirection;
        id: string;
        kind?: ArchitectureDiagramConnectionKind;
        label?: React.ReactNode;
        points?: readonly DiagramPoint[];
        protocol?: React.ReactNode;
        source: string;
        target: string;
        waypoints?: readonly DiagramPoint[];
    }
    Index

    Properties

    direction?: DiagramDirection
    id: string
    label?: React.ReactNode
    points?: readonly DiagramPoint[]
    protocol?: React.ReactNode
    source: string
    target: string
    waypoints?: readonly DiagramPoint[]