mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +01:00
added Documentation for FindActionTarget.ts
This commit is contained in:
parent
b3e9e50af0
commit
519e40a81f
@ -1,5 +1,11 @@
|
|||||||
import {EgwActionObject} from "../egw_action/EgwActionObject";
|
import {EgwActionObject} from "../egw_action/EgwActionObject";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* if a class that registers actions implements this interface the Popup actions only bind one event handler on the parent item
|
||||||
|
* so not every child item will get its own event handler
|
||||||
|
* Currently only implemented by Et2Tree
|
||||||
|
* there the actions only bind one contextmenu event listener on the "et2-tree" htmlElement instead of one for each sl-tree-item
|
||||||
|
*/
|
||||||
export interface FindActionTarget
|
export interface FindActionTarget
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user