View attributes LrView view properties

These properties are used by most containers and control types, except row, column, and spacer.

Summary

The default bound table for this view and its children.
Tooltip for the view, shown when the cursor hovers over it.
True to show the view, if the parent view is also visible, or false to hide the view and its children.

Properties

bind_to_object : (Read-Only)
The default bound table for this view and its children. (object, default: nil, inherited)

First supported in version 1.3 of the Lightroom SDK.

tooltip : (Read-Only)
Tooltip for the view, shown when the cursor hovers over it. (string, default: nil)

First supported in version 1.3 of the Lightroom SDK.

visible : (Read-Only)
True to show the view, if the parent view is also visible, or false to hide the view and its children. (Boolean, default: true).

TIP: An item still affects layout, even when it is hidden.

First supported in version 1.3 of the Lightroom SDK.