gatelogue-types
    Preparing search index...

    Interface Connection<L, St, S>

    interface Connection<
        L extends Node,
        St extends Located,
        S extends boolean = true,
    > {
        direction: null | Direction<St, S>;
        line: number;
    }

    Type Parameters

    • L extends Node
    • St extends Located
    • S extends boolean = true
    Index

    Properties

    Properties

    direction: null | Direction<St, S>
    line: number