* Update a property of a vertex or edge. * @param id The id of the vertex or edge. * @param key The key of the property. * @param value The value of the property.
(id: ElementId, key: string, value: any)
| 111 | * @param value The value of the property. |
| 112 | */ |
| 113 | updateProperty(id: ElementId, key: string, value: any): void; |
| 114 | } |
| 115 | |
| 116 | export interface StoredElement { |
no outgoing calls
no test coverage detected