* Update the specific panel * @param panel the id field is required
(panel: IPanelItem)
| 54 | * @param panel the id field is required |
| 55 | */ |
| 56 | update(panel: IPanelItem): IPanelItem | undefined; |
| 57 | /** |
| 58 | * Update the Output panel, except the value |
| 59 | * |
no outgoing calls
no test coverage detected