WorkspacePage

Contains information about a page configuration in a workspace, including the view assigned to the page.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A JSON string containing input parameters passed to the view when the page is rendered.

Link copied to clipboard
val page: String?

The page identifier. System pages include HOME and AGENT_EXPERIENCE.

Link copied to clipboard

The Amazon Resource Name (ARN) of the view associated with this page.

Link copied to clipboard
val slug: String?

The URL-friendly identifier for the page.

Functions

Link copied to clipboard
inline fun copy(block: WorkspacePage.Builder.() -> Unit = {}): WorkspacePage
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String