Advertisement
RianeSN

Untitled

Sep 19th, 2020
520
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var goldenlayout_config = {
  2.     content: [{
  3.         type: 'column',
  4.         content: [{
  5.             type: 'row',
  6.             content: [{
  7.                 type: 'column',
  8.                 content: [{
  9.                     type: 'component',
  10.                     componentName: 'Main',
  11.                     isClosable: false,
  12.                     tooltip: 'Main - drag to desired position.',
  13.                     componentState: {
  14.                         cssClass: 'content',
  15.                         types: 'untagged',
  16.                         updateMethod: 'newlines',
  17.                     },
  18.                 }, {
  19.                     type: 'component',
  20.                     componentName: 'input',
  21.                     id: 'inputComponent',
  22.                     height: 10,
  23.                     tooltip: 'Input - The last input in the layout is always the default.',
  24.                 }, {
  25.                     type: 'component',
  26.                     componentName: 'input',
  27.                     id: 'inputComponent',
  28.                     height: 10,
  29.                     isClosable: false,
  30.                     tooltip: 'Input - The last input in the layout is always the default.',
  31.                 }]
  32.             }, {
  33.                 type: 'column',
  34.                 content: [{
  35.                     type: 'component',
  36.                     componentName: 'mycomponent',
  37.                     componentId: 'evennia',
  38.                     title: 'example',
  39.                     height: 60,
  40.                     isClosable: false,
  41.                     componentState: {
  42.                         types: 'mapout',
  43.                         updateMethod: 'newlines',
  44.                     },
  45.                 }, {
  46.                     type: 'component',
  47.                     componentName: 'evennia',
  48.                     componentId: 'evennia',
  49.                     title: 'sheet',
  50.                     isClosable: false,
  51.                     componentState: {
  52.                         types: 'sheet',
  53.                         updateMethod: 'replace',
  54.                     },
  55.                 }],
  56.             }],
  57.         }]
  58.     }]
  59. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement