Skip to content

API Reference / @gtkx/navigation / StackTransitionData

Type Alias: StackTransitionData

StackTransitionData = object

Defined in: packages/navigation/dist/stack/types.d.ts:5

Data carried by the transitionStart and transitionEnd events.

Properties

closing

closing: boolean

Defined in: packages/navigation/dist/stack/types.d.ts:7

Whether the page is hiding (true) or showing (false).

Released under the MPL-2.0 License.