Class: Aws::Types::ScrollBarOptions
- Inherits:
-
Object
- Object
- Aws::Types::ScrollBarOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
-
#visible_range ⇒ Types::VisibleRangeOptions
Returns the value of attribute visible_range.
Instance Attribute Details
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
9693 9694 9695 |
# File 'sig/types.rbs', line 9693 def visibility @visibility end |
#visible_range ⇒ Types::VisibleRangeOptions
Returns the value of attribute visible_range.
9694 9695 9696 |
# File 'sig/types.rbs', line 9694 def visible_range @visible_range end |