public @interface DebounceSettings
DomEvent
Modifier and Type | Required Element and Description |
---|---|
DebouncePhase[] |
phases
Gets an array of debounce phases for which the event should be sent to
the server.
|
int |
timeout
Gets the debounce timeout to use.
|
public abstract int timeout
public abstract DebouncePhase[] phases
DebouncePhase
Copyright © 2023. All rights reserved.