@serenity-is/corelib / MaximizableAttribute

Class: MaximizableAttribute

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

Indicates that a dialog or panel should be maximizable. Requires jquery ui dialogs and jquery.dialogextend.js. It does not work with current bootstrap modals.

Extends

Constructors

Constructor

new MaximizableAttribute(value): MaximizableAttribute

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

Parameters

value

boolean = true

Returns

MaximizableAttribute

Overrides

CustomAttribute.constructor

Properties

value

value: boolean = true

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


[typeInfo]

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

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

Overrides

CustomAttribute.[typeInfo]