@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Push
@Push(PushMode.MANUAL).PushMode,
Route,
RoutePrefix,
RouterLayoutpublic 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 © 2023. All rights reserved.