navcat docs
    Preparing search index...

    Type Alias FindStraightPathResult

    type FindStraightPathResult = {
        flags: FindStraightPathResultFlags;
        path: StraightPathPoint[];
        success: boolean;
    }
    Index

    Properties

    Properties

    success: boolean