GitHub

DaffExternalRouterDriverInterface

The interface for a @daffodil/external-router driver.

This driver is responsible for translating a URL into a Route consumable by Daffodil.

import { DaffExternalRouterDriverInterface } from '@daffodil/external-router/driver'
interface DaffExternalRouterDriverInterface {
  resolve: Observable<DaffExternallyResolvableUrl>
}

Properties

Name Type Description
resolve Observable<DaffExternallyResolvableUrl>

Resolves a URL with a platform. Returns information about the type of URL.