Function findRemoteEditorAppView

  • Find an application and its associated for the specified tag name.

    This will use the defs namespace to look up any associated finUi and return its details.

    Returns

    Application and view data or undefined if none can be found.

    Parameters

    • tag: string

      The name of the tag.

    • namespace: HNamespace

      The defs namespace.

    • rootStore: AppRootStore

      The application root store.

    • filter: FilterFunc

    Returns AppViewData | undefined

Generated using TypeDoc