* Get a list of all `@defer` blocks used by the target.
()
| 289 | * Get a list of all `@defer` blocks used by the target. |
| 290 | */ |
| 291 | getDeferBlocks(): DeferredBlock[]; |
| 292 | |
| 293 | /** |
| 294 | * Gets the element that a specific deferred block trigger is targeting. |
no outgoing calls
no test coverage detected