class documentation

Displays properties of an object as a grid of components in horizontal or vertical orientation.

Note

Must be used with Object properties.

Parameters
orientationthe orientation of the stack. Can be either "2d", "horizontal" or "vertical"
gapthe gap between the components
align_xthe alignment of the components. Can be either "left", "center", or "right"
align_ythe alignment of the components. Can be either "top", "center", or "bottom"
variantthe variant of the grid. Can be either "paper" or "outline"
elevationthe elevation of the grid. Only applicable when variant="paper"
Method __init__ Undocumented
Method to_json Undocumented
Instance Variable align_x Undocumented
Instance Variable align_y Undocumented
Instance Variable container Undocumented
Instance Variable gap Undocumented
Instance Variable orientation Undocumented

Inherited from View:

Method clone Undocumented
Method kwargs_to_json Undocumented
Instance Variable caption Undocumented
Instance Variable component Undocumented
Instance Variable componentsProps Undocumented
Instance Variable description Undocumented
Instance Variable label Undocumented
Instance Variable placeholder Undocumented
Instance Variable read_only Undocumented
Instance Variable space Undocumented
Instance Variable _kwargs Undocumented