IceGrid.PropertySetDescriptor

class IceGrid.PropertySetDescriptor(references: list[str] = <factory>, properties: list[PropertyDescriptor] = <factory>)

Bases: object

A property set descriptor.

Parameters:
references

References to named property sets.

Type:

list[str]

properties

The property set properties.

Type:

list[PropertyDescriptor]

Notes

The Slice compiler generated this dataclass from Slice struct ::IceGrid::PropertySetDescriptor.