Skip to content

@serenity-is/corelib / ResizableAttribute

Class: ResizableAttribute

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

Indicates whether a dialog should be resizable (jQuery UI dialogs only). Has no effect on Bootstrap modal dialogs.

Extends

Constructors

Constructor

new ResizableAttribute(value): ResizableAttribute

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

Creates a new ResizableAttribute.

Parameters

value

boolean = true

Whether the dialog may be resized by the user. Defaults to true.

Returns

ResizableAttribute

Overrides

CustomAttribute.constructor

Properties

value

value: boolean = true

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

Whether the dialog may be resized by the user. Defaults to true.


[typeInfo]

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

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

Overrides

CustomAttribute.[typeInfo]