g3-toolkit API Reference
    Preparing search index...

    Interface HitSceneNode

    Minimal scene contracts, structurally compatible with the react adapters' SvgSceneNode/SvgSceneEdge.

    interface HitSceneNode {
        height: number;
        id: string;
        width: number;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    height: number
    id: string
    width: number
    x: number

    CENTER coordinates (adapter parity).

    y: number