Situm SDK JS
    Preparing search index...

    Type Alias PathLink

    type PathLink = {
        accessible: boolean;
        origin: "both" | "source" | "target";
        source: number;
        tags: string[];
        target: number;
    }
    Index

    Properties

    accessible: boolean
    origin: "both" | "source" | "target"
    source: number
    tags: string[]
    target: number