* Get a list of all `@defer` blocks used by the target.
()
| 307 | * Get a list of all `@defer` blocks used by the target. |
| 308 | */ |
| 309 | getDeferBlocks(): DeferredBlock[]; |
| 310 | |
| 311 | /** |
| 312 | * Gets the element that a specific deferred block trigger is targeting. |
no outgoing calls
no test coverage detected