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
- pnpm
npm install @tripetto/builder
yarn add @tripetto/builder
pnpm add @tripetto/builder
Typescript support
This package contains type declarations and supports TypeScript out-of-the-box.
⚛️ Components
💎 Classes
▶️ Functions
🗂️ Modules
⛓️ Interfaces
IBranchIBuilderChangeEventIBuilderCloseEventIBuilderEditEventIBuilderErrorEventIBuilderLoadEventIBuilderOpenEventIBuilderPreviewEventIBuilderPropertiesIBuilderReadyEventIBuilderRenameEventIBuilderSaveEventIBuilderTierISectionIConditionIDefinitionIEpilogueINamespaceINodeIPrologueISlot
🗿 Constants
📁 Source code
The Tripetto Builder package code is on GitLab.