nanome.api.ui.loading_bar module

class LoadingBar[source]

Bases: nanome._internal.ui.models._LoadingBar, nanome.api.ui.ui_base.UIBase

Represents a loading bar that can display a percentage
description
A description of what is being loaded.
Appears under the loading bar title
Type:str
failure
Whether or not loading has failed
Setting this to true and updating the UI will make the loading bar appear red in Nanome
Type:bool
percentage
The load percentage to indicate
Type:float
title
The title of the loading bar.
Appears over the loading bar
Type:str