Allows showing attribute hierarchies (also known as member properties) for a specific hierarchy level.
{ levelName: string, properties: string[] }
Example with the MemberPropertyObject:
slice: { // Other slice properties memberProperties: [ { levelName: "[Reseller].[Reseller].[Reseller]", properties: [ "Bank Name", "Address", "Phone" ] } ] }