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 SummaryOptional Elements
- 
Element Details- 
valueString value- Returns:
- The View Name for the route.
 - Default:
- ""
 
- 
actionString action- Returns:
- The Visit Action.
 - Default:
- ""
 
- 
targetString target- Returns:
- target attribute
 - Default:
- ""
 
- 
idString id- Returns:
- id attribute
 - Default:
- ""
 
- 
srcString src- Returns:
- src attribute
 - Default:
- ""
 
- 
loadingString loading- Returns:
- Eager or Lazy
 - Default:
- ""
 
- 
busyString busy- Returns:
- Busy attribute
 - Default:
- ""
 
- 
disabledString disabled- Returns:
- disabled attribute
 - Default:
- ""
 
- 
autoscrollString autoscroll- Returns:
- autoscroll attribute
 - Default:
- ""
 
 
-