InfoPane

The InfoPane node class is used to display an opaque, white-bordered, rounded rectangular label with text providing help for a specific setting. This component can be used to help customers successfully configure settings related to their account profile, closed captioning, parental controls, and so on.

roku815px - info-pane

Fields

Field NameTypeDefaultAccess PermissionDescription
infoTextstringnoneREAD_WRITEThe text to be displayed in the label.
widthinteger0READ_WRITEThe width of the label.
heightinteger0READ_WRITEThe height of the label.
textColorcolor0xFFFFFFFFREAD_WRITEThe color of the text displayed in the label.
bulletTextarray of stringsnoneREAD_WRITEList of strings preceded by a bullet (for example, ["Bullet 1","Bullet 2"]).
infoText2stringnoneREAD_WRITEA second text string that can be offset from the first.
infoText2Colorcolor0xFFFFFFFFREAD_WRITESpecifies the infoText2 string color
infoText2BottomAlignbooleanfalseREAD_WRITESpecifies whether the infoText2 string is vertically aligned to the bottom of the info pane

Sample app

You can download and install a sample app that demonstrates how to use the InfoPane node.