setContentType (Client API reference)

Sets the content type.

Note

This method is supported only on Unified Interface.

Syntax

tabObj.setContentType(contentType);

Parameter

Name Type Required Description
contentType String Yes Defines the content type. It has the following parameters:
- cardSections: The default tab behavior.
- singleComponent: Maximizes the content of the first component in the tab.

getContentType