Options
All
  • Public
  • Public/Protected
  • All
Menu

The options used to create a UrlResolver.

Hierarchy

  • IUrlResolverOptions

Index

Properties

Properties

contents

contents: IManager

The contents manager used by the resolver.

Optional path

path: string

The path providing context for local urls.

Notes

Either session or path must be given, and path takes precedence.

Optional session

The session used by the resolver.

deprecated

use the path option instead and update it as needed.

Notes

For convenience, this can be a session context as well. Either session or path must be given, and path takes precedence.

TODO: remove this option and make path required.

Generated using TypeDoc