BrowserPropertyView#
- class omni.kit.browser.folder.core.BrowserPropertyView(
- property_delegates: List[BrowserPropertyDelegate] = [],
- style: dict | None = None,
Bases:
objectView to show properties of an item from the browser. This view represents a container (frame) into which the delegates registered with class BrowserPropertyDelegate will be added.
Methods
__init__([property_delegates, style])destroy()show(detail_items)Various aspects of an item's properties can be shown by different delegates.
Attributes
visible- __init__(
- property_delegates: List[BrowserPropertyDelegate] = [],
- style: dict | None = None,
- show(
- detail_items: List[FileDetailItem],
Various aspects of an item’s properties can be shown by different delegates. The delegates that accept the item will be shown, and the others will be hidden.