The options for instantiating a JupyterLab URL router.

interface IOptions {
    base: string;
    commands: CommandRegistry;
}

Properties

Properties

base: string

The fully qualified base URL for the router.

commands: CommandRegistry

The command registry used by the router.