@serenity-is/corelib / ResizableAttribute

Class: ResizableAttribute

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

Indicates if a dialog should be resizable, only for jquery ui dialogs.

Extends

Constructors

Constructor

new ResizableAttribute(value): ResizableAttribute

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

Parameters

value

boolean = true

Returns

ResizableAttribute

Overrides

CustomAttribute.constructor

Properties

value

value: boolean = true

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


[typeInfo]

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

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

Overrides

CustomAttribute.[typeInfo]