Package com.vaadin.flow.component.page
Annotation Type BodySize
-
@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented public @interface BodySize
Defines the body size that will be added to the HTML of the host pages.If no
@BodySizehas been applied, the default valuesheight:100vhandwidth:100%will be used, so the body will fill the entire viewport. If you don't want to set any size for the body, you must apply an empty@BodySizeannotation to disable the default values.- Since:
- 1.0
- Author:
- Vaadin Ltd