NucleusConnectionItem

class omni.kit.widget.filebrowser.nucleus_model.NucleusConnectionItem(path: str, fields: FileBrowserItemFields, is_folder: bool = True)

Bases: NucleusItem

NucleusItem that represents a nucleus connection. Sub-classed from NucleusItem.

Parameters
  • path (str) – Path of the item.

  • fields (FileBrowserItemFields) – Fields of the item.

  • is_folder (bool) – Specify the item as a folder.

  • is_deleted (bool) – Specify the item as deleted.

Methods

__init__(self)

Attributes

signed_in

Return True when signed in to the Nucleus server.

__init__(self: omni.ui._ui.AbstractItem) None
property signed_in

Return True when signed in to the Nucleus server.