Home > @momentum-design/builder > Builder > build

Builder.build() method

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Build the output data based on the configuration provided to this Builder.

Signature:

build(): Promise<this>;

Returns:

Promise<this>

  • This Builder after executing this method.

Remarks

This method triggers the configuration read flow, then the initialize flow then finally the process flow.