Skip to main content
Version: Next 🚧

[F] navigateType

function navigateType(
type,
listeners,
options): void

Navigate the given type and all the types that are used in it.

Parameters

ParameterTypeDescription
typeTypeType to navigate.
listenersSemanticNodeListenerListener for the types found.
optionsNavigationOptionsNavigation options

Returns

void