Skip to main content

Interface: SCRoutingType

types/context.SCRoutingType

Interface SCRoutingType

Properties

handleRoute

Optional handleRoute: (name: any, defaultUrl: any, data: any, templateUrl: any) => string

Type declaration

▸ (name, defaultUrl, data, templateUrl): string

Handle override routes path

Parameters
NameType
nameany
defaultUrlany
dataany
templateUrlany
Returns

string

string

Defined in

packages/react-core/src/types/context.ts:563


Optional routerLink: ComponentClass<any, any>

Component

Defined in

packages/react-core/src/types/context.ts:548


routes

Optional routes: Record<string, string>

Routes

Defined in

packages/react-core/src/types/context.ts:553