Parameter

class laminar.configurations.layers.Parameter(layer: type[Layer], attribute: str, index: int | None = 0)

Bases: object

Input for configuring a ForEach.

Methods

Attributes

index

Layer index to reference attributes from.

layer

Layer the attribute is associated with.

attribute

Attribute to iterate over.

__init__(layer: type[Layer], attribute: str, index: int | None = 0)
attribute : str

Attribute to iterate over.

index : int | None = 0

Layer index to reference attributes from.

layer : type[Layer]

Layer the attribute is associated with.