Interface NativeOpen

Hierarchy

  • NativeOpen

Properties

slug?: string

Name of the eitri-app that will be opened

workspaceId?: string

The Id representing a developer's running workspace

initParams?: any

Initialization parameters for the eitri-app to be opened

replace?: boolean

When true, the current view will be destroyed before opening the new one, effectively replacing the current eitri-app in the navigation stack.

Defaults to false.

Generated using TypeDoc