pysepal.sepalwidgets.tile.TileDisclaimer#

class pysepal.sepalwidgets.tile.TileDisclaimer(*args, **kwargs)[source]#

Create an about tile.

This tile will have the “about_widget” id and “Disclaimer” title.

Attributes

Methods

__init__

Create an about tile.

set_disclaimer

Rebuild the disclaimer element when the theme changes.

Parameters:

theme_toggle (ThemeToggle)

TileDisclaimer.__init__(theme_toggle=None)[source]#

Create an about tile.

This tile will have the “about_widget” id and “Disclaimer” title.

Parameters:

theme_toggle (ThemeToggle | None)

Return type:

None

TileDisclaimer.set_disclaimer(change)[source]#

Rebuild the disclaimer element when the theme changes.

Return type:

List[Markdown]