[F] navigateType
function navigateType(   type,   listeners,   options): void;Navigate the given type and all the types that are used in it.
Parameters
Section titled “Parameters”| Parameter | Type | Description | 
|---|---|---|
| type | Type | Type to navigate. | 
| listeners | SemanticNodeListener | Listener for the types found. | 
| options | NavigationOptions | Navigation options | 
Returns
Section titled “Returns”void