| Package | Description |
|---|---|
| com.vaadin.flow.component.internal |
| Modifier and Type | Method and Description |
|---|---|
List<PendingJavaScriptInvocation> |
UIInternals.dumpPendingJavaScriptInvocations()
Gets all the pending JavaScript invocations and clears the queue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UIInternals.addJavaScriptInvocation(PendingJavaScriptInvocation invocation)
Adds a JavaScript invocation to be sent to the client.
|
Copyright © 2023. All rights reserved.