Class: Aws::Connect::Types::PaletteNavigation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::PaletteNavigation
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Contains color configuration for navigation elements in a workspace theme.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#background ⇒ String
The background color of the navigation area.
-
#invert_actions_colors ⇒ Boolean
Whether to invert the colors of action buttons in the navigation area.
-
#text ⇒ String
The text color in the navigation area.
-
#text_active ⇒ String
The text color for active navigation items.
-
#text_background_active ⇒ String
The background color for active navigation items.
-
#text_background_hover ⇒ String
The background color when hovering over navigation text.
-
#text_hover ⇒ String
The text color when hovering over navigation items.
Instance Attribute Details
#background ⇒ String
The background color of the navigation area.
23077 23078 23079 23080 23081 23082 23083 23084 23085 23086 23087 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23077 class PaletteNavigation < Struct.new( :background, :text_background_hover, :text_background_active, :text, :text_hover, :text_active, :invert_actions_colors) SENSITIVE = [] include Aws::Structure end |
#invert_actions_colors ⇒ Boolean
Whether to invert the colors of action buttons in the navigation area.
23077 23078 23079 23080 23081 23082 23083 23084 23085 23086 23087 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23077 class PaletteNavigation < Struct.new( :background, :text_background_hover, :text_background_active, :text, :text_hover, :text_active, :invert_actions_colors) SENSITIVE = [] include Aws::Structure end |
#text ⇒ String
The text color in the navigation area.
23077 23078 23079 23080 23081 23082 23083 23084 23085 23086 23087 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23077 class PaletteNavigation < Struct.new( :background, :text_background_hover, :text_background_active, :text, :text_hover, :text_active, :invert_actions_colors) SENSITIVE = [] include Aws::Structure end |
#text_active ⇒ String
The text color for active navigation items.
23077 23078 23079 23080 23081 23082 23083 23084 23085 23086 23087 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23077 class PaletteNavigation < Struct.new( :background, :text_background_hover, :text_background_active, :text, :text_hover, :text_active, :invert_actions_colors) SENSITIVE = [] include Aws::Structure end |
#text_background_active ⇒ String
The background color for active navigation items.
23077 23078 23079 23080 23081 23082 23083 23084 23085 23086 23087 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23077 class PaletteNavigation < Struct.new( :background, :text_background_hover, :text_background_active, :text, :text_hover, :text_active, :invert_actions_colors) SENSITIVE = [] include Aws::Structure end |
#text_background_hover ⇒ String
The background color when hovering over navigation text.
23077 23078 23079 23080 23081 23082 23083 23084 23085 23086 23087 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23077 class PaletteNavigation < Struct.new( :background, :text_background_hover, :text_background_active, :text, :text_hover, :text_active, :invert_actions_colors) SENSITIVE = [] include Aws::Structure end |
#text_hover ⇒ String
The text color when hovering over navigation items.
23077 23078 23079 23080 23081 23082 23083 23084 23085 23086 23087 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23077 class PaletteNavigation < Struct.new( :background, :text_background_hover, :text_background_active, :text, :text_hover, :text_active, :invert_actions_colors) SENSITIVE = [] include Aws::Structure end |