XYO Platform SDK - v3.10.6
    Preparing search index...

    Variable NodeHelperConst

    NodeHelper: {
        attachedPrivateModules: (
            node: NodeInstance,
            maxDepth?: number,
        ) => Promise<ModuleInstance[]>;
        attachedPublicModules: (
            node: NodeInstance,
            maxDepth?: number,
        ) => Promise<ModuleInstance[]>;
    }

    Type declaration