find_property(props, name) → {Optional[dict]}
Find a property by name within a list of property dicts.
Properties
| Name | Type | Description |
|---|---|---|
props | list | List of property dicts to search. |
name | str | The property name to look up. |
Returns:
The property dict, or None if not found.
- Type
- Optional[dict]