IgrOverlaySettings
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 modal
Section titled "modal"Set if the overlay should be in modal mode
modal?: boolean Optional positionStrategy
Section titled "positionStrategy"Position strategy to use with these settings
positionStrategy?: IgrPositionStrategy Optional scrollStrategy
Section titled "scrollStrategy"Scroll strategy to use with these settings
scrollStrategy?: IgrScrollStrategy Optional target
Section titled "target"Attaching target for the component to show
target?: HTMLElement | Point