Skip to main content

Labels

Container for label nodes.

Attributes

AttributeTypeDescription
nodeslist[[LabelNode](labelnode.md?sid=actions_people_people_labelnode)]A list of LabelNode objects representing the collection of label nodes within the container.

Constructor

Signature

def Labels(
nodes: list[[LabelNode](labelnode.md?sid=actions_people_people_labelnode)]
) - > null

Parameters

NameTypeDescription
nodeslist[[LabelNode](labelnode.md?sid=actions_people_people_labelnode)]A list of LabelNode objects to be contained.

Signature

def Labels(
nodes: list[[LabelNode](labelnode.md?sid=actions_people_people_labelnode)]
) - > null

Parameters

NameTypeDescription
nodeslist[[LabelNode](labelnode.md?sid=actions_people_people_labelnode)]A list of LabelNode objects to be stored within the container. Defaults to an empty list if not provided.