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

@ -16,7 +16,12 @@ serve({
BorderWidth: 48,
MinWidth: 500,
MaxWidth: 3000,
Width: 500
Width: 500,
Style: {
fillOpacity: 0,
borderWidth: 2,
stroke: 'red'
}
}
],
AvailableSymbols: [],