Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.speckle.systems/llms.txt

Use this file to discover all available pages before exploring further.

  • Viewer or DebugViewer instances are replaced by LegacyViewer
  • The hits field from SelectionEvent now holds the hit node and hit point.
    type SelectionEvent = {
      multiple: boolean;
      event?: PointerEvent;
      hits: Array<{
        node: TreeNode;
        point: Vector3;
      }>;
    };
    
  • The synchronous loadObject was removed. Please use loadObjectAsync which works the same way
Last modified on January 28, 2026