@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited @Documented public @interface ParentLayout
Modifier and Type | Required Element and Description |
---|---|
Class<? extends RouterLayout> |
value
Sets the parent component for the route target component.
|
public abstract Class<? extends RouterLayout> value
When navigating between components that use the same layout, the same component instance is reused.
Copyright © 2025. All rights reserved.