* Returns an object with key-value pairs of events and their metadata definitions * @public
()
| 207 | * @public |
| 208 | */ |
| 209 | getEvents(): EventData { |
| 210 | if (!this.metadata.events) { |
| 211 | this.metadata.events = {}; |
| 212 | } |
| 213 | return this.metadata.events; |
| 214 | } |
| 215 | |
| 216 | /** |
| 217 | * Returns an object with key-value pairs of slots and their metadata definitions |
no outgoing calls
no test coverage detected