@serenity-is/corelib / StaticPanelAttribute

Class: StaticPanelAttribute

Defined in: src/types/attributes.ts:86

Indicates if a dialog should be a static panel, which is not a dialog at all, but a simple div element embedded in the page. It does not have a title bar, close button or modal behavior. It is just a way to show a form inside a page, without any dialog stuff.

Extends

Constructors

Constructor

new StaticPanelAttribute(value): StaticPanelAttribute

Defined in: src/types/attributes.ts:89

Parameters

value

boolean = true

Returns

StaticPanelAttribute

Overrides

CustomAttribute.constructor

Properties

value

value: boolean = true

Defined in: src/types/attributes.ts:89


[typeInfo]

static [typeInfo]: ClassTypeInfo<"Serenity.">

Defined in: src/types/attributes.ts:87

Overrides

CustomAttribute.[typeInfo]