Class LaravelUi5\Core\Ui5\Dashboard\Emitters\DashboardEmitter

final
readonly
implements EmitterInterface

Default container emitter for a Dashboard — emits the root sap.m.VBox whose items are the group control trees.

Per the constructor convention documented on {@see EmitterInterface}, container emitters take (artifact, array $children). The consumer authors the VBox template via {@see Ui5DashboardInterface::getVBox()}; the framework injects the built group elements via {@see \LaravelUi5\Core\Ui5\Controls\Sap\M\VBox::withItems()}.

Methods