Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/live/engine/schema/builder.ts>SchemaBuilder

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
interface SchemaBuilder
import { type SchemaBuilder } from "https://deno.land/x/live@1.60.17/engine/schema/builder.ts";

Properties

data: SchemaData

Returns the schema data raw

Methods

build(): Schemas

Build the final schema.

withBlockSchema(blockSchema: BlockModule | EntrypointModule): SchemaBuilder

Add a new block schema to the schema.