Skip to content

@serenity-is/corelib / MaximizableAttribute

Class: MaximizableAttribute

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

Indicates that a dialog should be maximizable.

Remarks

Requires jQuery UI and jquery.dialogextend.js; not applicable to Bootstrap modals.

Extends

Constructors

Constructor

new MaximizableAttribute(value): MaximizableAttribute

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

Creates a new MaximizableAttribute.

Parameters

value

boolean = true

Whether the dialog may be maximized. Defaults to true.

Returns

MaximizableAttribute

Overrides

CustomAttribute.constructor

Properties

value

value: boolean = true

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

Whether the dialog may be maximized. Defaults to true.


[typeInfo]

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

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

Overrides

CustomAttribute.[typeInfo]