1
2
3
4
5
6
7
8
9
10
11
12
| global class Container {
| global Integer height;
| global Boolean isContainerAutoSizeEnabled;
| global String region;
| global List<Metadata.SidebarComponent> sidebarComponents;
| global String style;
| global String unit;
| global Integer width;
| global Container() { }
| global Object clone() { }
|
| }
|
|