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

Builder.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:

/** @virtual */
process(): Promise<this>;

Returns:

Promise<this>

  • This Builder after executing this method.

Remarks

This method should be implemented in class definitions that extend this class. The scope of this method is to perform flows needed to output files from this Builder to the disk.