An ordered list of assets, typically pictures, highlighting features of the model.
- type HighlightReel implements LayeredElement {
- # The identifier for the highlight reel.
- : ID!
- # A human readable label for the highlight reel.
- : String!
- : ModelLayer
- # The timestamp the highlight reel was last modified.
- : DateTime
- # The assets that a visitor may see.
- : [ReelElement!]!
- }