@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Push
navigation target
(or custom
UI
). If some other push mode is desired, it can be passed as a
parameter, e.g. @Push(PushMode.MANUAL)
.PushMode
,
Route
,
RoutePrefix
,
RouterLayout
public abstract PushMode value
PushMode
to use for the annotated root navigation target (or
custom UI). The default push mode when this annotation is present is
PushMode.AUTOMATIC
.public abstract Transport transport
Transport.WEBSOCKET_XHR
.Copyright © 2025. All rights reserved.