Portlet.title

Property Description

The title of the portlet.

Type

string

Entry Point

render(params)

Since

2016.2

Syntax

The following code snippet shows the syntax for this member. Note that this isn't a working example. For a complete script example, see SuiteScript 2.x Portlet Script Type.

          ...
params.portlet.title = 'My Portlet';
... 

        

Related Topics

General Notices