IElemRemoveResultObject

[ Interface ]

export interface IElemRemoveResultObject extends TcHmi.IResultObject {
    element: JQuery;
    canceled: boolean;
}

This interface provides detailed information in the remove callback of the TopMostLayer.

Extends the interface IResultObject by the following properties:

Properties

Name

Type

Description

element

jQuery

Element

canceled

boolean

false: The element was removed from the TopMostLayer via API call.
true: The user clicked next to the element or the associated control was removed from the DOM.

IElemRemoveResultObject 1:

Available from version 1.10