Home > @momentum-design/builder > Builders > process

Builders.process() 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.

Process this Builder.

Signature:

process(): Promise<this>;

Returns:

Promise<this>

  • This Buidler after executing this method.

Remarks

This method attemps to run the initialize method of all child Builder class Objects associated with this Builders class Object.