Skip to main content
objectNavigationPathMatch

Fields

access
String

Access hint describing how to reach the page in the UI. Null when not allowed.

allowed
Boolean!

True if the path matches a known navigation page visible to the caller. When false, every other field is null.

audience
String

Who the page is for: 'host' (host/moderator only) or 'member'. Null when not allowed.

matchedTemplate
String

The page template the path matched (e.g. '/spaces/:spaceId/feed'). Null when not allowed.

name
String

Display name of the matched page. Null when not allowed.

Placeholder hints for the matched template. Null when not allowed.

path
String

Template path of the matched page (same value as matchedTemplate). Null when not allowed.

resolvedParams
JSONObject

Captured path values keyed by placeholder name (e.g. { spaceId: '123' }). Empty for static paths. Null when not allowed.

section
String

Section the matched page belongs to (e.g. 'Space Pages'). Null when not allowed.