Interface INavigatable

A class that implements INavigatable can be navigated to via directions.

interface INavigatable {
    get navigationTarget(): TNavigationTarget | TNavigationTarget[];
}

Implemented by

Accessors