Saxonberg Server API
    Preparing search index...

    Line-of-sight predicate. v1 is boolean (you can see through, or you cannot). Per-detail-level gating (read fine print through smoky glass?) is a future refinement.

    interface LineOfSight {
        conduitKind: "sight";
        canSeeThrough(from: BoundarySide, to: BoundarySide): boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    conduitKind: "sight"

    Methods