pub fn apply_actions(cx: FunctionContext<'_>) -> JsResult<'_, JsBoolean>
Expand description

Function to applyActions to the graph state

Arguments

  • cx - Neon FunctionContext
  • graph_state_id - Unique identifier for the graph state
  • actions - JSArray containing the actions to apply

Returns

  • JsResult<JsBoolean> - Neon JsBoolean

Errors

  • Throws a Neon error