Libraries
    Preparing search index...

    Variable SYMBOL_HAS_PROPERTIESConst

    SYMBOL_HAS_PROPERTIES: typeof SYMBOL_HAS_PROPERTIES = ...

    A symbol that marks a schema as having sub-properties that can participate in property descriptor trees. When a schema exposes [SYMBOL_HAS_PROPERTIES] = true and its introspect() returns a properties record, it will be recursed into by ObjectSchemaBuilder.getPropertiesFor() — the same way nested ObjectSchemaBuilder instances are.

    Currently implemented by ObjectSchemaBuilder (always) and ExternSchemaBuilder (when created with an explicit property map).