Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RouterProps

Hierarchy

  • HTMLProps
  • Props
    • RouterProps

Indexable

[key: string]: any

Index

Properties

Optional children

children: Children

Optional className

className: string

Optional crank-key

crank-key: Key

Optional endClass

endClass: string

Optional id

id: string

map

map: Route[]

Optional mode

mode: PathMode

Optional onClick

onClick: (event: MouseEvent) => any

Type declaration

    • (event: MouseEvent): any
    • Parameters

      • event: MouseEvent

      Returns any

Optional spinner

spinner: Children

Optional startClass

startClass: string

Optional style

style: Record<string, string | number>

Optional tabIndex

tabIndex: number

Optional title

title: string

Generated using TypeDoc