A symbol that marks a schema as having sub-properties that can
participate in property descriptor trees. When a schema exposes
[SYMBOL_HAS_PROPERTIES] = trueand 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).
A symbol that marks a schema as having sub-properties that can participate in property descriptor trees. When a schema exposes
[SYMBOL_HAS_PROPERTIES] = trueand itsintrospect()returns apropertiesrecord, it will be recursed into byObjectSchemaBuilder.getPropertiesFor()— the same way nestedObjectSchemaBuilderinstances are.Currently implemented by
ObjectSchemaBuilder(always) andExternSchemaBuilder(when created with an explicit property map).