@serenity-is/corelib / StaticPanelAttribute
Class: StaticPanelAttribute
Defined in: src/types/attributes.ts:113
Indicates that the widget should render as a static panel (plain div embedded in the page without title bar / modal behavior). Useful for embedding widgets directly in page layout.
Extends
Constructors
Constructor
new StaticPanelAttribute(
value):StaticPanelAttribute
Defined in: src/types/attributes.ts:120
Creates a new StaticPanelAttribute.
Parameters
value
boolean = true
Whether the widget should render as a static panel. Defaults to true.
Returns
StaticPanelAttribute
Overrides
Properties
value
value:
boolean=true
Defined in: src/types/attributes.ts:120
Whether the widget should render as a static panel. Defaults to true.
[typeInfo]
static[typeInfo]:ClassTypeInfo<"Serenity.">
Defined in: src/types/attributes.ts:114