DashboardContextMenuOptionArgs

data class DashboardContextMenuOptionArgs(val availabilityStatus: Output<DashboardBehavior>? = null) : ConvertibleToJava<DashboardContextMenuOptionArgs>

Constructors

Link copied to clipboard
constructor(availabilityStatus: Output<DashboardBehavior>? = null)

Properties

Link copied to clipboard

The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.

Functions

Link copied to clipboard
open override fun toJava(): DashboardContextMenuOptionArgs