Name | Type | Description | Notes |
---|---|---|---|
id | UUID | The IDs of widgets are immutable (determined by each view model implementation, in the namespace Carismar.Core) | [optional] |
name | String | The static name of this widget. Used to translate into icons, or to append to css-classes. | [optional] |
type | String | The name of the widget-type | [optional] |
active | Bool | Decides if this {PageArea.Models.Read.PageWidget} is active or not | [optional] |
classNames | [String] | Holds all CSS Class names that this widget should render | [optional] |
size | String | The fractional size for this widget in it's container. | [optional] |
configuration | String | The configuration for this {PageArea.Models.Read.PageWidget} | [optional] |