Skip to content

Files

Latest commit

 

History

History
16 lines (12 loc) · 1.04 KB

PageAreaModelsReadPageWidget.md

File metadata and controls

16 lines (12 loc) · 1.04 KB

PageAreaModelsReadPageWidget

Properties

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]

[Back to Model list] [Back to API list] [Back to README]