Libraries
    Preparing search index...

    Type Alias PropertyRefTree<T>

    PropertyRefTree: { readonly [K in keyof T]-?: PropertyRefTree<T[K]> }

    Lightweight recursive property reference tree for type-safe runtime expression building in .links() and .callbacks().

    At runtime the actual value is a PropertyDescriptorTree from ObjectSchemaBuilder.getPropertiesFor(), which provides toJsonPointer() and the SYMBOL_SCHEMA_PROPERTY_DESCRIPTOR marker used by the OpenAPI generator to resolve path expressions automatically.

    Type Parameters

    • T