Page Contents

Home > @loopback/boot > BaseArtifactBooter > artifactName

BaseArtifactBooter.artifactName property

Get the name of the artifact loaded by this booter, e.g. “Controller”. Subclasses can override the default logic based on the class name.

Signature:

get artifactName(): string;