UserSettingsToolbarConfigurationArgs

data class UserSettingsToolbarConfigurationArgs(val hiddenToolbarItems: Output<List<UserSettingsToolbarItem>>? = null, val maxDisplayResolution: Output<UserSettingsMaxDisplayResolution>? = null, val toolbarType: Output<UserSettingsToolbarType>? = null, val visualMode: Output<UserSettingsVisualMode>? = null) : ConvertibleToJava<UserSettingsToolbarConfigurationArgs>

Constructors

Link copied to clipboard
constructor(hiddenToolbarItems: Output<List<UserSettingsToolbarItem>>? = null, maxDisplayResolution: Output<UserSettingsMaxDisplayResolution>? = null, toolbarType: Output<UserSettingsToolbarType>? = null, visualMode: Output<UserSettingsVisualMode>? = null)

Properties

Link copied to clipboard

The list of toolbar items to be hidden.

Link copied to clipboard

The maximum display resolution that is allowed for the session.

Link copied to clipboard

The type of toolbar displayed during the session.

Link copied to clipboard
val visualMode: Output<UserSettingsVisualMode>? = null

The visual mode of the toolbar.

Functions

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