Accessor: Hello

Hello

Hello accessor to say hello. Enter a custom name parameter.

Version:
  • $$Id: Hello.js 1137 2016-12-06 22:13:55Z cxh $$
Author:
  • Victor Nouvellet
Source:
Inputs:
Name Type Description
sayHello The trigger to say "Hello "
Outputs:
Name Type Description
output The string containing "Hello " Example usage: var helloAcc = instantiate('helloAcc','Hello'); helloAcc.initialize(); helloAcc.setParameter('name', 'Victor'); helloAcc.provideInput('sayHello', true); helloAcc.react(); latestOutput('output');