@vaadin/router
    Preparing search index...

    Type Alias ChildrenCallback<R, C>

    ChildrenCallback: ChildrenCallback<
        ActionValue,
        RouteExtension<R, C>,
        ContextExtension<R, C>,
    >

    A function that dynamically creates children of a route.

    Type Parameters

    • R extends object = EmptyObject

      The type of the result produced by the route.

    • C extends object = EmptyObject

      The type of additional route-specific data. Defaults to an empty object.