Currently the detail component has some object introspection built in where it will look inside a struct/object combination for the proper value and return it. Need to move this functionality into a separate component.
Also includes the ability to map a prefix to a specific object/struct. This speeds up lookups and provides workarounds for data that is not conventionally placed (ex: arrays of information such as trending information)
Currently the
detail
component has some object introspection built in where it will look inside a struct/object combination for the proper value and return it. Need to move this functionality into a separate component.Also includes the ability to map a prefix to a specific object/struct. This speeds up lookups and provides workarounds for data that is not conventionally placed (ex: arrays of information such as trending information)