Frame

A Frame object for configuring a generic container into which content blocks can be inserted.

Overview

Your solution will typically include various types of content blocks, such as a ControlPanel, a Model, and a Viewer. The contents property contains all the blocks. The layout property defines how the blocks are laid out in the frame.

FrameConfig

Name Type Required Description
kind "Frame" Yes A frame contains several contents in a layout
layout LayoutConfig No The layout of the frame contents
contents Dictionary<string, ContentConfig> No The contents of the frame