Get Started
Introduction
Installation
Creating A New Project
Opening Existing Projects
User Interface
Editor
Canvas
Primary Sidebar
Elements Tree
Data Panel
Pages, Components, Layouts
Middlewares
Custom Functions
Assets
Server
Configs
Modules
Element Panel
Shortcuts
Advanced
Configuration

Custom Functions

custom code panel

The Custom Functions/Utils Panel in nooku provides a dedicated space for creating and managing JavaScript or TypeScript utility files, allowing you to write, store, and export custom functions for use across your Nuxt project. This panel is equivalent to the Nuxt utils folder, giving you a straightforward way to organize reusable code.

Each function that is exported from these utility files will automatically become accessible in the Workflow Builder, enabling you to visually trigger these custom functions within your workflows.