forked from extern/egroupware
Stop TS from complaining about data children by giving better type info
This commit is contained in:
parent
9b1923467d
commit
0188e6df2d
4
api/js/egw_action/egw_action.d.ts
vendored
4
api/js/egw_action/egw_action.d.ts
vendored
@ -107,8 +107,8 @@ declare class egwAction {
|
|||||||
allowOnMultiple: boolean;
|
allowOnMultiple: boolean;
|
||||||
enabled: any;
|
enabled: any;
|
||||||
hideOnDisabled: boolean;
|
hideOnDisabled: boolean;
|
||||||
data: {};
|
data : { [key : string] : any };
|
||||||
type: string;
|
type: string;
|
||||||
canHaveChildren: boolean;
|
canHaveChildren: boolean;
|
||||||
parent: egwAction;
|
parent: egwAction;
|
||||||
children: any[];
|
children: any[];
|
||||||
|
Loading…
Reference in New Issue
Block a user