class documentation

Represents an elevated block for a view.

Parameters
elevationthe elevation of the container. Can be a value between 0 and 24
roundedwhether to display the paper container with rounded corners
Method __init__ Undocumented
Method to_json Undocumented
Instance Variable elevation Undocumented
Instance Variable rounded Undocumented

Inherited from Container:

Method kwargs_to_json Undocumented
Instance Variable _kwargs Undocumented
def __init__(self, elevation=1, rounded=True, **kwargs): (source)
def to_json(self): (source)
elevation: 1 = (source)

Undocumented

Undocumented