WidgetSettings interface

A description of widget state, satisfying requirements for rendering a widget (Does not contain grid centric information, or contribution metadata).

Properties

customSettings

settings of the widget

lightboxOptions

Lightbox options

name

name of the widget (in case of configuration, this maps to the name sub section in the general section of the configuration panel)

size

size of the widget (in case of configuration, this maps to the size sub section in the general section of the configuration panel)

Property Details

customSettings

settings of the widget

customSettings: CustomSettings

Property Value

lightboxOptions

Lightbox options

lightboxOptions?: LightboxOptions

Property Value

name

name of the widget (in case of configuration, this maps to the name sub section in the general section of the configuration panel)

name: string

Property Value

string

size

size of the widget (in case of configuration, this maps to the size sub section in the general section of the configuration panel)

size: WidgetSize

Property Value