Service used to access various canonical resources.

Hierarchy

  • Canon

Constructors

Properties

resources: {
    [key: string]: Canonical<any>;
} = {}

The resources registered with this service. Map of canonical service name to canonical service instance.

Type declaration

Methods

  • Get a canonical item from a fully-qualified canonical name. This is just a quality-of-life wrapper around this.resource(...).get(...).

    Parameters

    • key: string

    Returns any