reveal property

Reveal? reveal
final

This attribute controls when the model should be revealed. It currently supports three values: "auto", "interaction", and "manual". If reveal is set to "interaction",

You may use the Reveal enum to set this attribute.

<model-viewer> official document: https://modelviewer.dev/docs/#entrydocs-loading-attributes-reveal

Implementation

final Reveal? reveal;