Modal

Defines whether the popup overlay is modal. A modal popup darkens the background and is not moveable. Clicking on the darkened background closes the modal popup.

Schema: tchmi:general#/definitions/Boolean

Attribute getter

public getModal(): boolean | undefined;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

boolean, undefined

The current value of the attribute.

Attribute setter

public setModal (valueNew: boolean | null): void;

Parameter

Name

Type

Description

valueNew

boolean, null

The new value of the attribute. If null is passed, the internal default value is used.

Return value

Type

Description

void

No return value.

Modal 1:

Available since version 1.12.760