Constructor
new StructureWidgets(structure_type, label, entity_widgets)
- Source:
Example
let structure_widgets = new StructureWidgets(Structure.A_PILLAR, label, entity_widgets);
Parameters:
Name | Type | Description |
---|---|---|
structure_type |
string | Structure type, e.g. Structure.A_PILLAR |
label |
Widget | The body part label widget |
entity_widgets |
Array.<StructureEntityWidgets> | Array of entity widgets |
Members
structure_type :string
- Description:
- Structure type
- Source:
Structure type
Type:
- string