Router plan class.

Hierarchy

  • Plan

Constructors

Properties

Methods

Constructors

Properties

endpoint: undefined | Route = undefined

Route endpoint.

steps: Record<string, any>[] = []

Steps in route.

stops: boolean[] = []

Dispatch stops in route.

Methods

  • Render route.

    Parameters

    • values: Record<string, any> = {}

    Returns {
        path: string;
        websocket: boolean;
    }

    • path: string
    • websocket: boolean

Generated using TypeDoc