IPWorks ZIP 2020 Node.js Edition

Questions / Feedback?

EvalEntity Event

Fired every time an entity needs to be evaluated.

Syntax

officedoc.on('EvalEntity', [callback])

Callback

The 'callback' is called when the 'EvalEntity' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.entity
e.value

Remarks

The Value parameter contains a suggested value for the entity (normally the entity name itself). You may set Value to a value of your choice, which will be later passed into the text stream.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks ZIP 2020 Node.js Edition - Version 20.0 [Build 8300]