Interface Navigatable

Navigatable provides an access to an URI of an underlying instance of Resource.

interface Navigatable {
    createMoveToUri(resourceUri): undefined | URI;
    getResourceUri(): undefined | URI;
}

Implemented by

Methods