Add style and userdata to Container

This commit is contained in:
Siklos 2022-07-31 19:24:24 +02:00
parent 90dac41a04
commit 87baffefff
3 changed files with 12 additions and 2 deletions

View file

@ -81,7 +81,11 @@ class App extends React.Component<IAppProps> {
y: 0,
width: properties?.Width,
height: this.state.configuration.MainContainer.Height,
children: []
children: [],
style: properties.Style,
userData: {
type
}
});
const newMainContainer = new MainContainer({