C3 AI Documentation Home

Navigate between routes with links

Links provide a primary method for navigating between pages. Most components include link definitions to facilitate navigation. For example, tables allow users to define links as grid cells through dataSpec and UiSdlDataGridDataSpecColumnFieldSetting#redirectLink, which utilizes UiSdlLinkTemplate to construct a URL for the link. Other components may use UiSdlRoute or a direct string reference for the target URL.

When specifying a URL for a link, ensure that internal application links use a relative URL. A relative URL does not begin with /. If linking to an external location, use an absolute URL.

Was this page helpful?