IgcOverlaySettings

Optional closeOnEscape

Section titled "closeOnEscape"

Set if the overlay should close when Esc key is pressed

closeOnEscape?: boolean

Optional closeOnOutsideClick

Section titled "closeOnOutsideClick"

Set if the overlay should close on outside click

closeOnOutsideClick?: boolean

Set if the overlay should be in modal mode

modal?: boolean

Optional positionStrategy

Section titled "positionStrategy"

Position strategy to use with these settings

positionStrategy?: IgcPositionStrategy

Optional scrollStrategy

Section titled "scrollStrategy"

Scroll strategy to use with these settings

scrollStrategy?: IgcScrollStrategy

Attaching target for the component to show

target?: HTMLElement | Point