executeBrickSync()
function executeBrickSync(
$,
brick,
inputs): any[];
Execute the given Brick and return its outputs directly Details and examples here: https://support.olympe.io/code_tutorials/execute_brick
Parameters
| Parameter | Type | Description |
|---|---|---|
$ | BrickContext | The current brick context |
brick | BrickReference | The brick to execute |
inputs | any[] | The inputs passed to the executed brick |
Returns
any[]
an array of the outputs of the brick