Package io.micronaut.views.turbo
Annotation Interface TurboFrameView
Annotation to ease the return of 
TurboFrame in routes.- Since:
 - 3.4.0
 - Author:
 - Sergio del Amo
 
- 
Optional Element Summary
Optional Elements 
- 
Element Details
- 
value
String value- Returns:
 - The View Name for the route.
 
- Default:
 - ""
 
 - 
action
String action- Returns:
 - The Visit Action.
 
- Default:
 - ""
 
 - 
target
String target- Returns:
 - target attribute
 
- Default:
 - ""
 
 - 
id
String id- Returns:
 - id attribute
 
- Default:
 - ""
 
 - 
src
String src- Returns:
 - src attribute
 
- Default:
 - ""
 
 - 
loading
String loading- Returns:
 - Eager or Lazy
 
- Default:
 - ""
 
 - 
busy
String busy- Returns:
 - Busy attribute
 
- Default:
 - ""
 
 - 
disabled
String disabled- Returns:
 - disabled attribute
 
- Default:
 - ""
 
 - 
autoscroll
String autoscroll- Returns:
 - autoscroll attribute
 
- Default:
 - ""
 
 
 -