Class which represents the presentation layer generation "stage". Implements the GeneratorStage interface to provide stage generation method.
GeneratorStage
An instance of ArtifactSaver used to save generated artifacts.
ArtifactSaver
Method responsible for management of the presentation layer stage generation process.
The generation context.
A promise that resolves to a LayerArtifact instance which contains data about the main generated artifact of this layer.
LayerArtifact
Will throw an error if the data layer could not be generated.
Class which represents the presentation layer generation "stage". Implements the
GeneratorStage
interface to provide stage generation method.