- `property.type`**[string][3]** Type of the property: integer | radio | select | color | file | composite | stack (optional, default `''`)
- `property.units`**[Array][2]<[string][3]>** Unit of measure available, eg. ['px','%','em']. Only for integer type (optional, default `[]`)
- `property.unit`**[string][3]** Default selected unit from `units`. Only for integer type (optional, default `''`)
- `property.min`**[number][5]** Min possible value. Only for integer type (optional, default `null`)
- `property.max`**[number][5]** Max possible value. Only for integer type (optional, default `null`)
- `property.defaults`**[string][3]** Default value (optional, default `''`)
- `property.info`**[string][3]** Some description (optional, default `''`)
- `property.icon`**[string][3]** Class name. If exists no text will be displayed (optional, default `''`)
- `property.preview`**[Boolean][4]** Show layers preview. Only for stack type (optional, default `false`)
- `property.functionName`**[string][3]** Indicates if value need to be wrapped in some function, for istance `transform: rotate(90deg)` (optional, default `''`)
- `property.properties`**[Array][2]<[Object][1]>** Nested properties for composite and stack type (optional, default `[]`)
- `property.layers`**[Array][2]<[Object][1]>** Layers for stack properties (optional, default `[]`)
- `property.list`**[Array][2]<[Object][1]>** List of possible options for radio and select types (optional, default `[]`)
- `sectorId`**[string][17]** Sector id
- `property`**[Object][16]** Property object
- `property.name`**[string][17]** Name of the property (optional, default `''`)
- `property.type`**[string][17]** Type of the property: integer | radio | select | color | file | composite | stack (optional, default `''`)
- `property.units`**[Array][19]<[string][17]>** Unit of measure available, eg. ['px','%','em']. Only for integer type (optional, default `[]`)
- `property.unit`**[string][17]** Default selected unit from `units`. Only for integer type (optional, default `''`)
- `property.min`**[number][20]** Min possible value. Only for integer type (optional, default `null`)
- `property.max`**[number][20]** Max possible value. Only for integer type (optional, default `null`)
- `property.defaults`**[string][17]** Default value (optional, default `''`)
- `property.info`**[string][17]** Some description (optional, default `''`)
- `property.icon`**[string][17]** Class name. If exists no text will be displayed (optional, default `''`)
- `property.preview`**[Boolean][18]** Show layers preview. Only for stack type (optional, default `false`)
- `property.functionName`**[string][17]** Indicates if value need to be wrapped in some function, for istance `transform: rotate(90deg)` (optional, default `''`)
- `property.properties`**[Array][19]<[Object][16]>** Nested properties for composite and stack type (optional, default `[]`)
- `property.layers`**[Array][19]<[Object][16]>** Layers for stack properties (optional, default `[]`)
- `property.list`**[Array][19]<[Object][16]>** List of possible options for radio and select types (optional, default `[]`)
### Examples
@ -167,8 +154,8 @@ Get property by its CSS name and sector id