NavResponse

interface NavResponse

Response from a DocumentEditor.goto navigation request.

  • Success indicates the page (and field, if specified) exists, is supported, and is visible.

  • Failure indicates the page or field does not exist, is not supported, or is currently hidden.

Unsupported field types include:

  • file - File attachment fields are not rendered in the UI.

  • unknown - Unknown/unrecognized field types are not rendered in the UI.

Inheritors

Types

Link copied to clipboard
data object Failure : NavResponse

Navigation failed. The target page or field does not exist, is not supported, or is hidden.

Link copied to clipboard
data object Success : NavResponse

Navigation succeeded. The target page (and field, if specified) exists, is supported, and is visible.

Properties

Link copied to clipboard
abstract val status: String