deckgl

class trame.widgets.deckgl.Deck(deck=None, **kwargs)

Bases: AbstractElement

update(deck=None, **kwargs)

Update the PyDeck to show.

Parameters:

deck – new PyDeck object to use

property key

Return the name of the state variable used internally

property deck

Return the current PyDeck object bound to this widget

static to_data(deck, **kwargs)

Serialize PyDeck figure so it can be exchanged with the client