Static String

Description

This object is being used to store a 'Static String'.


App Builder Object


Source Code

function execute() { return [inPorts[1].value || '']; }

In Ports

Position

Name

Message Type

Description

Position

Name

Message Type

Description

1

Trigger

Trigger

This port is being used to trigger the 'Static String' Object and send out the stored string.

2

String

String

This port is being used to receive a message including the string that is supposed to be saved in the 'Static String' Object.


Out Ports

Position

Name

Message Type

Description

Position

Name

Message Type

Description

1

String

String

This port is being used to send out the stored value of the 'Static String' Object.


Properties

Name

Description

Name

Description

Object Name

The name of the object on the canvas.

Show Code View

The switch to turn on code view for the Code Object.

Duplicate code into custom Code Object