Interface CloseOptions

Options for closing eitri-apps

Hierarchy

  • CloseOptions

Properties

closeStack?: boolean

Determines if, during closing, all other eitri-apps in the current stack will be closed

resetStack?: boolean

Resets the stack to the root eitri-app. Removes all eitri-apps from the stack and reopens the first (root) eitri-app, leaving it as the only entry in the stack. If no root exists, the native view is closed. Should not be combined with closeStack.

Generated using TypeDoc