Object Display
info
Object Display V2 is the current Object Display standard. Use the sui::display_registry APIs when creating or updating displays from Move code.
Object Display V1 is legacy. Existing V1 displays were migrated to V2 in a system snapshot migration. If you need to manage a migrated display, claim its DisplayCap<T> when you are ready (see Migrating to V2).
What is Object Display?
Object Display is a way to render any object on Sui using templating syntax. It renders Sui Move object values into human-readable strings, JSON, or encoded representations.
Creating Displays
An Object Display must be explicitly created and then maintained by the package or type owner.
Object Display Templates
Use the interactive module to try out different Object Display templates.