Skip to main content
Version: Next

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

ParameterTypeDescription
$BrickContextThe current brick context
brickBrickReferenceThe brick to execute
inputsany[]The inputs passed to the executed brick

Returns

any[]

an array of the outputs of the brick