scistag.vislog.log_event.LogEvent

class LogEvent(name, event_type)[source]

Bases: object

Defines a single event raised by an interactive log page

Methods

Attributes

__annotations__

__dataclass_fields__

__dataclass_params__

__dict__

__doc__

__hash__

__module__

__weakref__

list of weak references to the object (if defined)

name

Name of the component which triggered the event

event_type

The type of the event

event_type: str

The type of the event

name: str

Name of the component which triggered the event