@arcmantle/adapter-element
    Preparing search index...

    Interface BaseRouteConfig

    interface BaseRouteConfig {
        enter?: (params: Record<string, string | undefined>) => any;
        name?: string;
        render?: (
            params: Record<string, string | undefined>,
            result?: any,
        ) => unknown;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    enter?: (params: Record<string, string | undefined>) => any
    name?: string
    render?: (params: Record<string, string | undefined>, result?: any) => unknown