(event: 'itemLoading', callback: (args: EventData) => void, thisArg?: any)
| 286 | refresh(): void; |
| 287 | on(event: 'itemLoading', callback: (args: ItemEventData) => void, thisArg?: any): void; |
| 288 | off(event: 'itemLoading', callback: (args: EventData) => void, thisArg?: any): void; |
| 289 | } |
| 290 | |
| 291 | /** |
no outgoing calls
no test coverage detected