Created
March 15, 2024 10:28
-
-
Save KayeeNL/e124fd3d7c3dff9d11909fa70a8c6a39 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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