Options
All
  • Public
  • Public/Protected
  • All
Menu

Class default<T, S, R, N> Abstract

Type parameters

  • T

  • S

  • R

  • N: NormalisedConfig<T, S, R>

Hierarchy

Index

Constructors

  • new default<T, S, R, N>(config: N): default<T, S, R, N>

Properties

config: N

Methods

  • getDefaultRedirectionURL(_: T): Promise<string>
  • getFeatureComponent(componentName: string, props: any): Element
  • getFeatures(): Record<string, ComponentWithRecipeAndMatchingMethod>
  • getRedirectUrl(context: T): Promise<string>
  • redirect(context: T, history?: any, queryParams?: Record<string, string>): Promise<void>

Generated using TypeDoc