meshcore.js
ReferenceInterfaces

Brick<Definition>

Defined in: packages/client/src/bricks/brick.ts:7

What every builder (CommandBuilder, EventBuilder, …) produces: a build() method tagged with its kind.

Type Parameters

Definition

Definition = unknown

Properties

[BRICK]

readonly [BRICK]: BrickKind;

Defined in: packages/client/src/bricks/brick.ts:8

Methods

build()

build(): Definition;

Defined in: packages/client/src/bricks/brick.ts:9

Returns

Definition

On this page