Add style and userdata to Container
This commit is contained in:
parent
90dac41a04
commit
87baffefff
3 changed files with 12 additions and 2 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue