class documentation

class GalleryCompatibleThing(Protocol): (source)

View In Hierarchy

Protocol for checking Things using the gallery are complete.

Note that runtime checkable protocols only check that the methods exist, not the full signatures. This means that anything attempting to define the methods will be picked up, but may throw an error when used.

Method delete_all_gallery_items Undocumented
Method get_gallery_bulk_actions Undocumented
Class Variable name Undocumented
Class Variable show_data_in_gallery Undocumented
Property gallery_db_engine Undocumented
Class Variable _thing_server_interface Undocumented
def delete_all_gallery_items(self): (source)

Undocumented

def get_gallery_bulk_actions(self) -> list[ActionButton]: (source)

Undocumented

name: str = (source)

Undocumented

show_data_in_gallery: bool = (source)

Undocumented

@property
gallery_db_engine: OFMGalleryDBEngine = (source)

Undocumented

_thing_server_interface: lt.ThingServerInterface = (source)

Undocumented