Interface OverlaySettings

Properties

closeOnEscape?: boolean

Set if the overlay should close when Esc key is pressed

closeOnOutsideClick?: boolean

Set if the overlay should close on outside click

modal?: boolean

Set if the overlay should be in modal mode

outlet?: ElementRef<any> | IgxOverlayOutletDirective

Set the outlet container to attach the overlay to

positionStrategy?: IPositionStrategy

Position strategy to use with these settings

scrollStrategy?: IScrollStrategy

Scroll strategy to use with these settings

target?: HTMLElement | Point

Attaching target for the component to show