Item
Item
¶
Item(
comment: str,
id: int,
label: Label,
name: str,
parent_folder: FolderItem | None,
type_name: str,
)
Bases: ABC
The Item object represents an item that can appear in the Project panel.
Info
Item is the base class for AVItem object and for FolderItem
object, which are in turn the base classes for various other item
types, so Item attributes and methods are available when working with
all of these item types.