* Add new Panel items * @param data
(data: IPanelItem | IPanelItem[])
| 49 | * @param data |
| 50 | */ |
| 51 | add(data: IPanelItem | IPanelItem[]): void; |
| 52 | /** |
| 53 | * Update the specific panel |
| 54 | * @param panel the id field is required |
no outgoing calls
no test coverage detected