IgcOverlaySettings
Properties
Section titled "Properties"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 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 Optional target
Section titled "target"Attaching target for the component to show
target?: HTMLElement | Point