Interfaces

Title

Description

Inserts 'root' route into the note

Describes an enhanced route

Describes a route note

Describes a processed routes

Describes a bunch of units

Describes not connected (unprocessed) unit

Describes a bunch of connectors

Describes a possible key value

Describes additional (optional) key prop

Describes route name options (root and wildcard)

Describes possible option args in creator functions

Generic Type:

<C = {}>

Keys

Type

Optional

root

RootNote (internal interface)

+

Declares a type which describes defaultroot route

Usage example:

Keys

Type

Optional

id

number

parentId

number

state

string[]

name

string

path

string

Generic Type:

Keys

Type

Optional

path

string

name

string

+

children

+

Usage example:

Generic Type:

Keys

Type

Optional

key in keyof (R & C)

Usage example:

Generic Type:

Keys

Type

Optional

key in keyof R

Unit<R[key]>

Usage example:

Generic Type:

Type:

Usage example:

Generic Type:

Keys

Type

Optional

key in keyof R

Connector<R[key]>

Usage example:

describes the private key value

Type:

extends interfaces by private key property

Keys

Type

Optional

_key

privateNotesKey

provides an opportunity to change the default route names for some paths

Keys

Type

Optional

root

string

+

wildcard

string

+

Usage example:

describes possible options of root/feature creators

Keys

Type

Optional

Last updated

Was this helpful?