Types

class Image(path: str)

Indicate an image for pydeck

Parameters:path (str) – Path to image (either remote or local)
class String(s: str, quote_type: str = '')

Indicate a string value in pydeck

Parameters:value (str) – Value of the string