Frappe Client-Side Objects: Comprehensive Reference

Github

This document provides a complete, consolidated reference for the core client-side objects in the Frappe Framework: frappe , frappe.boot , and cur_frm . It includes all properties, methods, and internal structures as derived from official documentation, source code analysis, and browser runtime inspection. The information is organized to serve as a definitive guide for developers working with client-side scripting, custom Desk pages, and debugging.

Table of Contents

  1. Introduction
  2. The frappe Object
  1. The frappe.boot Object
  1. The cur_frm Object
  1. Client‑Side Rendering and Loading Process
  1. Important Notes
  2. Conclusion
1 Like