g3-toolkit API Reference
    Preparing search index...

    Interface SceneHit

    interface SceneHit {
        elementId: string;
        glyphSlot?: string;
        kind: "node" | "edge";
        zone: "body" | "glyph" | "segment";
    }
    Index

    Properties

    elementId: string
    glyphSlot?: string

    For glyph hits: the slot that was hit.

    kind: "node" | "edge"
    zone: "body" | "glyph" | "segment"