App editor
A quick look at the app editor before you start
Last updated
A quick look at the app editor before you start
Last updated
In PocketBlocks, the app editor is where you assemble components, create javascript functions to interact with PocketBase data, and publish your apps. It consists of five areas:
Toolbar
Canvas
Data browser
Query editor
Component and property pane
The Toolbar is made up of a topbar and a left sidebar.
On the topbar, you can configure your app as follows:
Change the app name
Export to a JSON file
Control the visibility of other areas
Share your app
Preview and deploy your app
Check the history versions
On the left sidebar, some options are available as follows:
Show or hide the Data browser
Set canvas size and app theme
Manage scripts and CSS style
Start tutorial for app editor
Show keyboard shortcuts
The canvas at the center of the editor is where you design and see the overall UI. Drag and drop components onto the canvas, bind them with data and event handlers, and assemble them to build a pleasing and powerful app.
Check out Design app UI for UI layout practices.
The query editor lay at the bottom consists of two sections: query list (with Queries and Metadata tabs) on the left, and query settings (with General, Notification and Advanced tabs) on the right. Create queries to interact with Pocketbase API here.
You can access the Pocketbase sdk through the window.pb object.
The component and property pane is located on the right of the window. Drag components onto the canvas from the Insert tab and edit the properties of the components in the Properties tab.
When a component is selected on the canvas, the Properties tab will be activated automatically and display properties of that component.
The data browser on the left pane contains Queries, Components and Globals sections. Here you can inspect the data in a tree structure. For example, to check the returned data of a specific query or component, find its node in belonging section and clickto expand.