Frodo Library - v4.0.0-10
    Preparing search index...

    Interface NodeRefSkeletonInterface

    interface NodeRefSkeletonInterface {
        connections: Record<string, string>;
        displayName: string;
        nodeType: string;
        x: number;
        y: number;
    }
    Index

    Properties

    connections: Record<string, string>
    displayName: string
    nodeType: string
    x: number
    y: number