API Documentation ================= This section contains the Python API reference for NGApp. It is useful when you want to look up available classes, functions, and component options in detail. The API is organised into the following parts: * :doc:`components/qcomponents` – auto-generated wrappers for Quasar components (buttons, inputs, layouts, dialogs, and more). * Component modules – helper components, base component and specialised widgets built on top of Quasar and HTML elements: - :doc:`Visualization components ` - :doc:`Material components ` - :doc:`Helper components ` - :doc:`Base component ` * :doc:`utils` – general utility functions used when working with files, environments, and other NGApp internals. If you are just getting started, you usually do not need to read the full API reference. Start with :doc:`../getting_started`, :doc:`../components`, and the :doc:`../tutorials` first, then return here when you need finer details. .. toctree:: :maxdepth: 2 components/qcomponents components/helper_components components/visualization components/material components/basecomponent utils