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 | Element | |
canceled | false: The element was removed from the TopMostLayer via API call. |
Available from version 1.10 |