File

projects/core/src/routing/configurable-routes/url-translation/url-command.ts

Index

Properties

Properties

cxRoute
cxRoute: string
Type : string
Optional
params
params: literal type
Type : literal type
Optional
export interface UrlCommandRoute {
  cxRoute?: string;
  params?: { [param: string]: any };
}

export type UrlCommand = UrlCommandRoute | any;

export type UrlCommands = UrlCommand | UrlCommand[];

result-matching ""

    No results matching ""