Dropdown

Description

This object is being used to display a 'Dropdown' on the dashboard of an app.


App Builder Object


Dashboard Representation


In Ports

Position

Name

Message Type

Description

Position

Name

Message Type

Description

1

Label

String

This port is being used to overwrite the label of the 'Dropdown' on the Dashboard.

2

Array

Array

This port is being used to set the array value (the values to select from) of the 'Dropdown' on the Dashboard.

3

Select

String

This port is being used to select a specific item from the array value of the 'Dropdown' on the Dashboard.


Out Ports

Position

Name

Message Type

Description

Position

Name

Message Type

Description

1

Index

Number

This port is being used to send out the message based on the index value of the item that has been selected of the array value of the 'Dropdown' in the Dashboard.

2

Value

String

This port is being used to send out the message based on the value of the select item of the 'Dropdown' in the Dashboard.

3

Trigger

Trigger

This port is being used to send out the message to trigger the next object after the index value and value have been sent out from the Out Ports above.

 


Properties

Name

Description

Name

Description

Object Name

The name of the object on the canvas.

Group

The group (and tab) this interface object is assigned to on the dashboard of the app.

Label

The label of the 'Dropdown' on the Dashboard.