mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
- remove scss-lint and sass-lint - add stylelint and stylelint-order packages and configuration - update all *.scss files to new syntax fixes #14805
ion-backdrop
Backdrops are full screen components that overlay other components. They are useful behind components that transition in on top of other content and can be used to dismiss that component.
Properties
stopPropagation
boolean
If true, the backdrop will stop propagation on tap. Defaults to true.
tappable
boolean
If true, the backdrop will can be clicked and will emit the ionBackdropTap event. Defaults to true.
visible
boolean
If true, the backdrop will be visible. Defaults to true.
Attributes
stop-propagation
boolean
If true, the backdrop will stop propagation on tap. Defaults to true.
tappable
boolean
If true, the backdrop will can be clicked and will emit the ionBackdropTap event. Defaults to true.
visible
boolean
If true, the backdrop will be visible. Defaults to true.
Events
ionBackdropTap
Emitted when the backdrop is tapped.
Built with StencilJS