Liri Fluid API

PageStack QML Type

Manages the page stack used for navigation. More...

Import Statement: import Fluid.Controls 1.1

Signals

Detailed Description

Signal Documentation

popped(Item page)

This signal is emitted when a page is popped from the stack.

Note: The corresponding handler is onPopped.


pushed(Item page)

This signal is emitted when a page is pushed to the stack.

Note: The corresponding handler is onPushed.


replaced(Item page)

This signal is emitted when a page is replaced in the stack.

Note: The corresponding handler is onReplaced.