Interface OpenInput

Interface that allows the opening of eitri-apps

Hierarchy

  • OpenInput

Properties

slug: string

Name of the eitri-app that will be opened

initParams?: any

Initialization parameters for the eitri-app to be opened

restorationContext?: any

Context to be used as an initialization parameter when the current eitri-app returns to the top of the stack

replace?: boolean

When set to true, this will replace the current eitri-app running on the stack instead of creating a new instance. The size of the stack will remain the same.

restorationContext will be ignored if this is set to true

resetStack?: boolean

Removes all eitri-apps from the current stack before opening the requested one

restorationContext will be ignored if this is set to true

Generated using TypeDoc