Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KayeeNL/e124fd3d7c3dff9d11909fa70a8c6a39 to your computer and use it in GitHub Desktop.
Save KayeeNL/e124fd3d7c3dff9d11909fa70a8c6a39 to your computer and use it in GitHub Desktop.
FEAAS.External.registerComponent(MyByocComponent, {
name: 'MyByocComponent',
properties: {
title: {
title: 'This is my title',
type: 'string',
},
columnsCount: {
title: 'This is my columns count',
type: 'number',
},
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment