Class Backdrop

All Implemented Interfaces:
ElementAttributeMethods<HTMLElement,Backdrop>, ElementClassListMethods<HTMLElement,Backdrop>, ElementConsumerMethods<HTMLElement,Backdrop>, ElementContainerMethods<HTMLElement,Backdrop>, ElementEventMethods<HTMLElement,Backdrop>, ElementIdMethods<HTMLElement,Backdrop>, ElementQueryMethods<HTMLElement>, HTMLElementAttributeMethods<HTMLElement,Backdrop>, HTMLElementDataMethods<HTMLElement,Backdrop>, HTMLElementStyleMethods<HTMLElement,Backdrop>, HTMLElementVisibilityMethods<HTMLElement,Backdrop>, IsElement<HTMLElement>, TypedBuilder<HTMLElement,Backdrop>, Component

public class Backdrop extends BaseComponent<HTMLElement,Backdrop>
A backdrop is used to screen the main content of a page when a modal overlay is opened. It prevents the user from doing other work on the page until the modal is dismissed.
See Also:
  • Method Details