Files

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