frameConfig
Examples
kind: Frame
layout: # OPTIONAL
kind: ColumnLayout
widths: [300px, auto]
areas: [my-control-panel, my-viewer]
contents: # OPTIONAL
my-control-panel:
kind: ControlPanel
controls: []
my-viewer:
kind: Viewer
Object properties
Name |
Type |
Required |
kind |
Constant: Frame |
yes |
layout |
One of |
no |
contents |
Dictionary |
no |
- Object with the following properties:
kind
(required): Constant Frame
- A frame contains several contents in a layout
layout
(optional):
- Define a layout
- One of the following types:
contents
(optional):
- The contents of the frame
- Dictionary of:
- One of the following types: