Interface RegisterAdapterOptions

Options for registering an adapter with the router.

interface RegisterAdapterOptions {
    platformKey?: string;
}

Properties

Properties

platformKey?: string

Override the platform key (defaults to adapter.platform).