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 information