class documentation

class ScanListData(BaseModel): (source)

View In Hierarchy

The data to be sent to the Scan List tab.

Class Variable ongoing The name of the ongoing scan or None
Class Variable scans The list of scans as ScanInfo objects
ongoing: str | None = (source)

The name of the ongoing scan or None

The list of scans as ScanInfo objects