Builder API reference
This API reference contains all the builder-related exports of the Tripetto Builder package. These exports are used when integrating the builder into custom projects.
info
This package is also used when developing custom blocks for the builder. The API reference documentation for all exports related to developing custom blocks is located in the blocks documentation.
🚀 Quickstart
✨ Installation
- npm
- Yarn
npm install tripetto
yarn add tripetto
Typescript support
This package contains type declarations and supports TypeScript out-of-the-box.
💎 Classes
▶️ Functions
🗂️ Modules
⛓️ Interfaces
IBranch
IBuilderChangeEvent
IBuilderCloseEvent
IBuilderEditEvent
IBuilderErrorEvent
IBuilderLoadEvent
IBuilderOpenEvent
IBuilderPreviewEvent
IBuilderProperties
IBuilderReadyEvent
IBuilderRenameEvent
IBuilderSaveEvent
IBuilderTier
ICluster
ICondition
IDefinition
IEpilogue
INamespace
INode
IPrologue
ISlot
🗿 Constants
📁 Source code
The Tripetto Builder package code is on GitLab.