ShellNavigateHandler
type ShellNavigateHandler = (subpath) => void;Called when the shell navigates the app to an in-app subpath.
Parameters
Section titled “Parameters”subpath
Section titled “subpath”string
Returns
Section titled “Returns”void
type ShellNavigateHandler = (subpath) => void;Called when the shell navigates the app to an in-app subpath.
string
void