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

Builder.final() 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.

Final methods of this Builder.

Signature:

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

Returns:

Promise<this>

  • This Builder after executing this method.

Remarks

This method can be implemented in class definitions that extend this class. The scope of this method is to perform flows at the end of the build process.