BloX Reference

The information here describes the properties for the JSON objects that are used, or can be used, in BloX widgets. Click each item to view its property details.

For hands-on learning and to explore the possibilities that BloX has to offer, see the Sisense Developer's Experience Embedded BloX Playground: https://sisense.dev/playground/blox.

Snippets

Containers

Attributes

Text Styling

Components

Input Fields

Actions

Actions turn your BloX into interactive business applications by letting your users perform certain actions inside a widget. Actions are located after your body element, unless you add an Action.Set that allows you to place Actions within the body.

{
    "type": "ActionSet",
    "actions": [
    {
    "type": "Action.OpenUrl",
    "action": "lightbox",
    "title": "Share",
    "url": "http://www.sisense.com"
    }
    ]
   } 

The snippets in this section can be applied to elements, to add actions to them. For example, you can convert images into clickable elements with the Clickable Elements snippets.

Action Buttons

Action Buttons are displayed at the bottom of the widget.

Action Types

Collected Product and Usage Data