Selector callback that receives a real PropertyDescriptorTree so
t => t.someProp navigates to the property definition and preserves its
JSDoc in IDE tooltips. The return shape is matched structurally on the
[SYMBOL_SCHEMA_PROPERTY_DESCRIPTOR].propertyName field, which captures
the literal property key as TKey.
Selector callback that receives a real PropertyDescriptorTree so
t => t.somePropnavigates to the property definition and preserves its JSDoc in IDE tooltips. The return shape is matched structurally on the[SYMBOL_SCHEMA_PROPERTY_DESCRIPTOR].propertyNamefield, which captures the literal property key asTKey.