weasel API - v0.8.0
    Preparing search index...

    Interface AffordanceRegionHit

    What the walk found: the region, plus the ids needed to describe it.

    interface AffordanceRegionHit {
        affordanceId: string;
        binding: AffordanceBinding;
        region: AffordanceRegion;
        regionId: string;
    }
    Index

    Properties

    affordanceId: string

    Affordance.id — also the chrome-caps visibility id.

    Result of the region's bind(), called exactly once.

    The region itself, so callers can read hitKind / cursor.

    regionId: string

    AffordanceRegion.id.