Returns the base path for an application.
Suspends until Dashboard publishes the path and throws a TopicError when the application is unknown.
TopicError
function ApplicationBasePath() { const basePath = useApplicationBasePath() return <span>{basePath}</span>} Copy
function ApplicationBasePath() { const basePath = useApplicationBasePath() return <span>{basePath}</span>}
Returns the base path for an application.
Suspends until Dashboard publishes the path and throws a
TopicErrorwhen the application is unknown.