Skip to content

@idealworld/formula-editor v0.6.2 / iwExecutor / doExecute

Function: doExecute()

doExecute($, formulaValue): Promise<any>

The real execution formula

Parameters

$: any

The js object required by the formula to be called

formulaValue: string

formula value

Returns

Promise<any>

execution results

Source

processes/executor.ts:139