Block

The Blocks folder contains “Block” objects that can can be added to the contents of a Frame.

Overview

A solution is made up of a series of nested frames that can contain content. We refer to the objects that can be placed in the frame content as “blocks”. Blocks can be visual content, such as a Viewer or a ControlPanel. Or they can be non-visual, such as a DataStore or a Model. Blocks can also subscribe to other blocks.

ContentConfig


Block: Button

A Button block for configuring a button to be displayed in the user interface.

Block: ControlPanel

A ControlPanel block for configuring a panel of elements to be displayed in the user interface.

Block: DataStore

A DataStore block for configuring a store in which data can be saved.

Block: DownloadButton

A DownloadButton block for configuring a button for downloading an asset.

Block: EntityDataStore

A EntityDataStore block for configuring a store in which a list of data entities can be saved.

Block: EntityTable

An EntityTable block for configuring a table of entities to be displayed in the user interface.

Block: Image

An Image block for configuring an image to be displayed in the user interface.

Block: Legend

A Legend block for configuring a coloured legend to be displayed in the user interface.

Block: Map

A Map block for configuring an interactive 2D map to be displayed in the user interface.

Block: Model

A Model block for configuring a Grasshopper model.

Block: NavPanel

A NavPanel block for configuring a panel with navigation buttons to be displayed in the user interface.

Block: Popup

A Popup block for configuring a modal dialog box containing a form. This block has been deprecated. Please use the PopupOutlet block instead.

Block: PopupOutlet

A PopupOutlet block for configuring a popup into which a frame can be inserted.

Block: RouterOutlet

A RouterOutlet block for configuring an outlet into which frames can be inserted.

Block: Text

A Text block for configuring text to be displayed in the user interface.

Block: Viewer

A Viewer block for configuring a geometry viewer to be displayed in the user interface.