SubmittingBar.prefix#

property SubmittingBar.prefix[source]#

A string or element, serving as prefix.

If the prefix is an element, the getter returns only its inner html. If it is a string, the getter returns the text, wrapped in an appropriate html container.

Type

Union[str, Element]