跳到主要内容
版本:0.7.x

RouterItem

@agros/common / RouterItem

Interface: RouterItem

Hierarchy

  • Omit<RouteOptionItem, "useModuleClass" | "useComponentClass" | "children">

    RouterItem

Table of contents

Properties

Properties

caseSensitive

Optional caseSensitive: boolean

Inherited from

Omit.caseSensitive

Defined in

packages/agros-common/src/types.ts:55


children

Optional children: RouterItem[]

Defined in

packages/agros-common/src/types.ts:70


componentInstance

componentInstance: ComponentInstance

Defined in

packages/agros-common/src/types.ts:69


index

Optional index: boolean

Inherited from

Omit.index

Defined in

packages/agros-common/src/types.ts:58


path

Optional path: string

Inherited from

Omit.path

Defined in

packages/agros-common/src/types.ts:59